diff options
author | Steve Dickson <steved@redhat.com> | 2016-05-20 11:25:51 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2016-05-20 11:25:51 -0400 |
commit | c25b8f845f16fa12216cfb0975344ef908154c46 (patch) | |
tree | d77b793243e82e7124695fa6b9a915ba92648d13 /utils | |
parent | 959efe8fe0f5cf8882b6401efddf02cba033cb32 (diff) | |
download | nfs-utils-c25b8f845f16fa12216cfb0975344ef908154c46.tar.gz nfs-utils-c25b8f845f16fa12216cfb0975344ef908154c46.tar.xz nfs-utils-c25b8f845f16fa12216cfb0975344ef908154c46.zip |
mountd: cleaned up usage message.
Fixed the -H and --ha-callout usage message
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mountd/mountd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index b584afc..063da26 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -911,7 +911,7 @@ usage(const char *prog, int n) " [-o num|--descriptors num] [-f exports-file|--exports-file=file]\n" " [-p|--port port] [-V version|--nfs-version version]\n" " [-N version|--no-nfs-version version] [-n|--no-tcp]\n" -" [-H ha-callout prog] [-r | --reverse-lookup]\n" +" [-H prog |--ha-callout prog] [-r |--reverse-lookup]\n" " [-s|--state-directory-path path] [-g|--manage-gids]\n" " [-t num|--num-threads=num] [-u|--no-udp]\n", prog); exit(n); |