diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-12-23 22:30:09 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-10 15:38:25 +0000 |
commit | b0b05111d377476f7fca801a2e6a1d90698fa724 (patch) | |
tree | e659a6dca5241697fd696f66495350bd70f17da8 | |
parent | e03acbc408879c252fe1680026429c564c73d467 (diff) | |
download | libguestfs-b0b05111d377476f7fca801a2e6a1d90698fa724.tar.gz libguestfs-b0b05111d377476f7fca801a2e6a1d90698fa724.tar.xz libguestfs-b0b05111d377476f7fca801a2e6a1d90698fa724.zip |
fish: Fix --format parameter in man page.
(cherry picked from commit 871e1cfe3ae28028eaa4be7d87d7c43f68b4d5ec)
-rw-r--r-- | fish/guestfish.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index ea0b3aab..7ceb0710 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -203,7 +203,7 @@ Domain UUIDs can be used instead of names. Using this flag is mostly equivalent to using the C<add-domain> command, with C<readonly:true> if the I<--ro> flag was given, and -with C<format:...> if the I<--format:...> flag was given. +with C<format:...> if the I<--format=...> flag was given. =item B<-D> |