diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-12-23 22:30:29 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-23 22:30:29 +0000 |
commit | 49218ae6b451004c8f7b5549d5876c8568a7c1a6 (patch) | |
tree | 3235d08e60cc95880c623140e348d0a7ebba027f | |
parent | 871e1cfe3ae28028eaa4be7d87d7c43f68b4d5ec (diff) | |
download | libguestfs-49218ae6b451004c8f7b5549d5876c8568a7c1a6.tar.gz libguestfs-49218ae6b451004c8f7b5549d5876c8568a7c1a6.tar.xz libguestfs-49218ae6b451004c8f7b5549d5876c8568a7c1a6.zip |
fish: mount can be used instead of mount-options with libguestfs >= 1.14
-rw-r--r-- | fish/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/help.c b/fish/help.c index e3775e85..b62739ab 100644 --- a/fish/help.c +++ b/fish/help.c @@ -43,7 +43,7 @@ display_help (void) printf (_( "Find out what filesystems are available using 'list-filesystems' and then\n" "mount them to examine or modify the contents using 'mount-ro' or\n" -"'mount-options'.\n" +"'mount'.\n" )); printf ("\n"); |