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-18 22:23:01 +0100 |
commit | 5a9d47dae14866c4c052d29a5c0aa676f0c1ed94 (patch) | |
tree | a77b8952751728edfb4375abf838ca499ec84b36 | |
parent | b6e2e1f8dd771c5d558c3fba0b49c0ac5572f62f (diff) | |
download | libguestfs-5a9d47dae14866c4c052d29a5c0aa676f0c1ed94.tar.gz libguestfs-5a9d47dae14866c4c052d29a5c0aa676f0c1ed94.tar.xz libguestfs-5a9d47dae14866c4c052d29a5c0aa676f0c1ed94.zip |
fish: Fix typo in guestfish man page (--format option).
(cherry picked from commit 4c2bb8b301970e8853a8feaa95e3698224640fba)
-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 a3af17f3..35caea58 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> |