summaryrefslogtreecommitdiffstats
path: root/edit
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-09 14:59:33 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-09 14:59:33 +0100
commitea70f55812f1ef621c57814a99a29d6798a5ad30 (patch)
treefa80f8d5f25bf81919631ba360bfd533b7936390 /edit
parentc665d14f29dd5d66be315b3042cb562aa0c40edd (diff)
downloadlibguestfs-ea70f55812f1ef621c57814a99a29d6798a5ad30.tar.gz
libguestfs-ea70f55812f1ef621c57814a99a29d6798a5ad30.tar.xz
libguestfs-ea70f55812f1ef621c57814a99a29d6798a5ad30.zip
edit: Reorganize options alphabetically.
Diffstat (limited to 'edit')
-rw-r--r--edit/virt-edit.pod26
1 files changed, 13 insertions, 13 deletions
diff --git a/edit/virt-edit.pod b/edit/virt-edit.pod
index 1aa8cef6..96112040 100644
--- a/edit/virt-edit.pod
+++ b/edit/virt-edit.pod
@@ -114,6 +114,19 @@ 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<EXPR> to each line in the file.
+See L</NON-INTERACTIVE EDITING> 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 +151,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<EXPR> to each line in the file.
-See L</NON-INTERACTIVE EDITING> 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