linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mountd: update usage string to add "-P port" argument
@ 2016-05-18  8:42 yongcheng.yang
  0 siblings, 0 replies; only message in thread
From: yongcheng.yang @ 2016-05-18  8:42 UTC (permalink / raw)
  To: linux-nfs; +Cc: SteveD, yoyang, Yongcheng Yang

From: Yongcheng Yang <yongcheng.yang@gmail.com>

Also make some change to keep the grammar consistent.

Signed-off-by: Yongcheng Yang <yongcheng.yang@gmail.com>
---
 utils/mountd/mountd.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c
index b584afc..0a3a404 100644
--- a/utils/mountd/mountd.c
+++ b/utils/mountd/mountd.c
@@ -909,10 +909,10 @@ usage(const char *prog, int n)
 	fprintf(stderr,
 "Usage: %s [-F|--foreground] [-h|--help] [-v|--version] [-d kind|--debug kind]\n"
 "	[-o num|--descriptors num] [-f exports-file|--exports-file=file]\n"
-"	[-p|--port port] [-V version|--nfs-version version]\n"
+"	[-p port|-P port|--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"
-"	[-s|--state-directory-path path] [-g|--manage-gids]\n"
+"	[-H prog|--ha-callout prog] [-r|--reverse-lookup]\n"
+"	[-s path|--state-directory-path path] [-g|--manage-gids]\n"
 "	[-t num|--num-threads=num] [-u|--no-udp]\n", prog);
 	exit(n);
 }
-- 
2.4.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-18  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18  8:42 [PATCH] mountd: update usage string to add "-P port" argument yongcheng.yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).