X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=edit%2Fvirt-edit.pod;h=ce7ed1dfed5b166462d0b80571382d974c04a1f3;hb=f351a144d72ba3c86d49a259a89cea64f9639875;hp=ba4e3a6a3530486d2f3f6eb613e2c2cc4f1e9d04;hpb=2b5fbc882a0a79646b668c7b95442f0b3673d63a;p=libguestfs.git diff --git a/edit/virt-edit.pod b/edit/virt-edit.pod index ba4e3a6..ce7ed1d 100644 --- a/edit/virt-edit.pod +++ b/edit/virt-edit.pod @@ -92,7 +92,9 @@ so you would write: By default, no backup file is made. -=item B<--connect URI> | B<-c URI> +=item B<-c URI> + +=item B<--connect URI> If using libvirt, connect to the given I. If omitted, then we connect to the default libvirt hypervisor. @@ -109,11 +111,24 @@ used instead of names. =item B<--echo-keys> -When prompting for keys and passphrases, virt-cat normally turns +When prompting for keys and passphrases, virt-edit normally turns echoing off so you cannot see what you are typing. If you are not worried about Tempest attacks and there is no one else in the room you can specify this flag to see what you are typing. +=item B<-e> EXPR + +=item B<--expr> EXPR + +Instead of launching the external editor, non-interactively +apply the Perl expression C to each line in the file. +See L below. + +Be careful to properly quote the expression to prevent it from +being altered by the shell. + +Note that this option is only available when Perl 5 is installed. + =item B<--format> raw|qcow2|... =item B<--format> @@ -138,19 +153,6 @@ If you have untrusted raw-format guest disk images, you should use this option to specify the disk format. This avoids a possible security problem with malicious guests (CVE-2010-3851). -=item B<-e> EXPR - -=item B<--expr> EXPR - -Instead of launching the external editor, non-interactively -apply the Perl expression C to each line in the file. -See L below. - -Be careful to properly quote the expression to prevent it from -being altered by the shell. - -Note that this option is only available when Perl 5 is installed. - =item B<--keys-from-stdin> Read key or passphrase parameters from stdin. The default is