diff options
author | Yongcheng Yang <yongcheng.yang@gmail.com> | 2016-05-14 12:34:03 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2016-05-14 12:35:14 -0400 |
commit | bfe62c85f3101a1840d184d82b1cf958c4fbb9c3 (patch) | |
tree | eef21a75cf21648d6acddb9cb965e1bf946a100a | |
parent | c5dbf414ddd2fe272ac7602cd182c73ebeb090b1 (diff) | |
download | nfs-utils-bfe62c85f3101a1840d184d82b1cf958c4fbb9c3.tar.gz nfs-utils-bfe62c85f3101a1840d184d82b1cf958c4fbb9c3.tar.xz nfs-utils-bfe62c85f3101a1840d184d82b1cf958c4fbb9c3.zip |
blkmapd: Add the -h flag on the man page
Update SYNOPSIS and OPTIONS for the -h flag.
Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/blkmapd/blkmapd.man | 5 |
1 files changed, 4 insertions, 1 deletions
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 |