diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-16 21:26:15 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-16 21:26:15 +0100 |
commit | 4c2bb8b301970e8853a8feaa95e3698224640fba (patch) | |
tree | 474a584e24e39e64ab61f805c364a6045e4b1b44 /fish/guestfish.pod | |
parent | 34d9fed24ad6a2d2e13bb817820e31373f6756e1 (diff) | |
download | libguestfs-4c2bb8b301970e8853a8feaa95e3698224640fba.tar.gz libguestfs-4c2bb8b301970e8853a8feaa95e3698224640fba.tar.xz libguestfs-4c2bb8b301970e8853a8feaa95e3698224640fba.zip |
fish: Fix typo in guestfish man page (--format option).
Diffstat (limited to 'fish/guestfish.pod')
-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 eb9ff39a..2fc89f86 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -176,7 +176,7 @@ force a particular format use the I<--format=..> option. Using this flag is mostly equivalent to using the C<add> 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<-c URI> |