diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-22 11:50:03 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-29 20:25:15 +0100 |
commit | 79a91703d9d388147a9f1970eadb8e7bf39b5f2d (patch) | |
tree | ef1868ee8ae11bcc52f50ea35c833eecfb21c942 | |
parent | 3e549d86689893b791d2e489bd5bbf2d79c65a59 (diff) | |
download | libguestfs-79a91703d9d388147a9f1970eadb8e7bf39b5f2d.tar.gz libguestfs-79a91703d9d388147a9f1970eadb8e7bf39b5f2d.tar.xz libguestfs-79a91703d9d388147a9f1970eadb8e7bf39b5f2d.zip |
fish: Add -w|--rw option to --help output.
(cherry picked from commit c8faa5d0b0a17689d27bd33bc787ba0fe9a3f076)
-rw-r--r-- | fish/fish.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish/fish.c b/fish/fish.c index 59d6120d..f41049ed 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -97,7 +97,7 @@ usage (int status) fprintf (stdout, _("%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" - "Copyright (C) 2009-2010 Red Hat Inc.\n" + "Copyright (C) 2009-2011 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" " %s [--ro] -i -a disk-image\n" @@ -133,6 +133,7 @@ usage (int status) " --selinux Enable SELinux support\n" " -v|--verbose Verbose messages\n" " -V|--version Display version and exit\n" + " -w|--rw Mount read-write\n" " -x Echo each command before executing it\n" "For more information, see the manpage %s(1).\n"), program_name, program_name, program_name, |