From: Richard W.M. Jones Date: Fri, 23 Dec 2011 22:30:29 +0000 (+0000) Subject: fish: mount can be used instead of mount-options with libguestfs >= 1.14 X-Git-Tag: 1.15.15~9 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=49218ae6b451004c8f7b5549d5876c8568a7c1a6 fish: mount can be used instead of mount-options with libguestfs >= 1.14 --- diff --git a/fish/help.c b/fish/help.c index e3775e8..b62739a 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");