diff mbox

blkmapd: Add the -h flag on the man page

Message ID 1462342319-7355-1-git-send-email-yongcheng.yang@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Yongcheng Yang May 4, 2016, 6:11 a.m. UTC
From: Yongcheng Yang <yongcheng.yang@gmail.com>

Update SYNOPSIS and OPTIONS for the -h flag.

Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
---
 utils/blkmapd/blkmapd.man | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Steve Dickson May 14, 2016, 4:36 p.m. UTC | #1
On 05/04/2016 02:11 AM, yongcheng.yang@gmail.com wrote:
> From: Yongcheng Yang <yongcheng.yang@gmail.com>
> 
> Update SYNOPSIS and OPTIONS for the -h flag.
> 
> Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
Committed... 

steved
> ---
>  utils/blkmapd/blkmapd.man | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/utils/blkmapd/blkmapd.man b/utils/blkmapd/blkmapd.man
> index fd38122..914b80f 100644
> --- a/utils/blkmapd/blkmapd.man
> +++ b/utils/blkmapd/blkmapd.man
> @@ -9,7 +9,7 @@
>  .SH NAME
>  blkmapd \- pNFS block layout mapping daemon
>  .SH SYNOPSIS
> -.B "blkmapd [-d] [-f]"
> +.B "blkmapd [-h] [-d] [-f]"
>  .SH DESCRIPTION
>  The
>  .B blkmapd
> @@ -33,6 +33,9 @@ reflect the server topology, and passes these devices to the kernel for use
>  by the pNFS block layout client.
>  .SH OPTIONS
>  .TP
> +.B -h
> +Display usage message.
> +.TP
>  .B -d
>  Performs device discovery only then exits.
>  .TP
> 
--
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 mbox

Patch

diff --git a/utils/blkmapd/blkmapd.man b/utils/blkmapd/blkmapd.man
index fd38122..914b80f 100644
--- a/utils/blkmapd/blkmapd.man
+++ b/utils/blkmapd/blkmapd.man
@@ -9,7 +9,7 @@ 
 .SH NAME
 blkmapd \- pNFS block layout mapping daemon
 .SH SYNOPSIS
-.B "blkmapd [-d] [-f]"
+.B "blkmapd [-h] [-d] [-f]"
 .SH DESCRIPTION
 The
 .B blkmapd
@@ -33,6 +33,9 @@  reflect the server topology, and passes these devices to the kernel for use
 by the pNFS block layout client.
 .SH OPTIONS
 .TP
+.B -h
+Display usage message.
+.TP
 .B -d
 Performs device discovery only then exits.
 .TP