public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mount.nfs: Removed supported flag from usage string
@ 2014-01-20 17:49 Steve Dickson
  2014-01-20 22:04 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Dickson @ 2014-01-20 17:49 UTC (permalink / raw)
  To: Linux NFS Mailing list

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 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"));
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mount.nfs: Removed supported flag from usage string
  2014-01-20 17:49 [PATCH] mount.nfs: Removed supported flag from usage string Steve Dickson
@ 2014-01-20 22:04 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2014-01-20 22:04 UTC (permalink / raw)
  To: Linux NFS Mailing list



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"));
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-20 22:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 17:49 [PATCH] mount.nfs: Removed supported flag from usage string Steve Dickson
2014-01-20 22:04 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox