summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-23 22:30:29 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-23 22:30:29 +0000
commit49218ae6b451004c8f7b5549d5876c8568a7c1a6 (patch)
tree3235d08e60cc95880c623140e348d0a7ebba027f
parent871e1cfe3ae28028eaa4be7d87d7c43f68b4d5ec (diff)
downloadlibguestfs-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.c2
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");