From 49218ae6b451004c8f7b5549d5876c8568a7c1a6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 23 Dec 2011 22:30:29 +0000 Subject: [PATCH] fish: mount can be used instead of mount-options with libguestfs >= 1.14 --- fish/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.8.3.1