From 06521942cc7bb53f7f50f9902df7716a89a100f3 Mon Sep 17 00:00:00 2001 From: Jesse Gardner Date: Tue, 30 Mar 2021 16:37:51 -0700 Subject: [PATCH] Updated docs and bash completion to reflect previous commit --- man.md | 3 +++ man.pandoc | 3 +++ qq2clone.1 | 3 +++ qq2clone.completion | 4 ++-- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/man.md b/man.md index 2333623..a4d7bf9 100644 --- a/man.md +++ b/man.md @@ -60,6 +60,9 @@ be the first option listed to work properly. Specify a non-default connection URI: sets the value of LIBVIRT\_DEFAULT\_URI +-C, --copy-disks +When importing or copying a template, make a (full) copy of images + -f, --no-spice Do not attempt to connect to a virtual machine’s Spice graphics. Overrides USE\_SPICE setting in configuration diff --git a/man.pandoc b/man.pandoc index 51c82a4..e1141bd 100644 --- a/man.pandoc +++ b/man.pandoc @@ -56,6 +56,9 @@ be the first option listed to work properly. : Specify a non-default connection URI: sets the value of LIBVIRT_DEFAULT_URI +\-C, \-\-copy\-disks +: When importing or copying a template, make a (full) copy of images + \-f, \-\-no\-spice : Do not attempt to connect to a virtual machine's Spice graphics. Overrides USE_SPICE setting in configuration diff --git a/qq2clone.1 b/qq2clone.1 index 538eca1..6c04dc1 100644 --- a/qq2clone.1 +++ b/qq2clone.1 @@ -65,6 +65,9 @@ first option listed to work properly. Specify a non\-default connection URI: sets the value of LIBVIRT_DEFAULT_URI .TP +.B \-C, \-\-copy\-disks +When importing or copying a template, make a (full) copy of images +.TP .B \-f, \-\-no\-spice Do not attempt to connect to a virtual machine\[cq]s Spice graphics. Overrides USE_SPICE setting in configuration diff --git a/qq2clone.completion b/qq2clone.completion index 0e49bf6..7f1e1f0 100755 --- a/qq2clone.completion +++ b/qq2clone.completion @@ -22,8 +22,8 @@ declare -a COMS FLAGS COMS=( check clone config connect copy-template delete-template destroy \ edit exec import-template list list-templates modify-template restore \ resume rm rm-shred rm-wipe save save-rm start suspend ) -FLAGS=( connection no-spice use-spice help no-run quiet quieter run spicy \ - storage template verbose virt-viewer ) +FLAGS=( connection copy-disks no-spice use-spice help no-run quiet quieter \ + run spicy storage template verbose virt-viewer ) local LAST_ARG THIS_ARG B4_LAST_ARG P set_coms (( COMP_CWORD > 0 )) &&