Message ID | 1390240197-24908-1-git-send-email-steved@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 20/01/14 12:49, Steve Dickson wrote: > Signed-off-by: Steve Dickson <steved@redhat.com> Committed... steved. > --- > utils/mount/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/mount/utils.c b/utils/mount/utils.c > index 2778ed7..ede77a8 100644 > --- a/utils/mount/utils.c > +++ b/utils/mount/utils.c > @@ -93,7 +93,7 @@ void print_one(char *spec, char *node, char *type, char *opts) > > void mount_usage(void) > { > - printf(_("usage: %s remotetarget dir [-rvVwfnsih] [-o nfsoptions]\n"), > + printf(_("usage: %s remotetarget dir [-rvVwfnsh] [-o nfsoptions]\n"), > progname); > printf(_("options:\n")); > printf(_("\t-r\t\tMount file system readonly\n")); > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/utils/mount/utils.c b/utils/mount/utils.c index 2778ed7..ede77a8 100644 --- a/utils/mount/utils.c +++ b/utils/mount/utils.c @@ -93,7 +93,7 @@ void print_one(char *spec, char *node, char *type, char *opts) void mount_usage(void) { - printf(_("usage: %s remotetarget dir [-rvVwfnsih] [-o nfsoptions]\n"), + printf(_("usage: %s remotetarget dir [-rvVwfnsh] [-o nfsoptions]\n"), progname); printf(_("options:\n")); printf(_("\t-r\t\tMount file system readonly\n"));
Signed-off-by: Steve Dickson <steved@redhat.com> --- utils/mount/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)