linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: yongcheng.yang@gmail.com
To: linux-nfs@vger.kernel.org
Cc: SteveD@redhat.com, yoyang@redhat.com,
	Yongcheng Yang <yongcheng.yang@gmail.com>
Subject: [PATCH] mountd: update usage string to add "-P port" argument
Date: Wed, 18 May 2016 16:42:46 +0800	[thread overview]
Message-ID: <1463560966-27405-1-git-send-email-yongcheng.yang@gmail.com> (raw)

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


                 reply	other threads:[~2016-05-18  8:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463560966-27405-1-git-send-email-yongcheng.yang@gmail.com \
    --to=yongcheng.yang@gmail.com \
    --cc=SteveD@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=yoyang@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).