From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH] nvme-cli: update command message for "help"
Date: Sat, 1 Jun 2019 14:54:28 +0900 [thread overview]
Message-ID: <20190601055428.17906-1-minwoo.im.dev@gmail.com> (raw)
The "help" subcommand will show the man page, not the help message which
is printed out to stdout by --help option. The previous message might
make confusions between man page and --help options so that it needs to
be updated.
Cc: Keith Busch <kbusch at kernel.org>
Signed-off-by: Minwoo Im <minwoo.im.dev at gmail.com>
---
plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin.c b/plugin.c
index 4750df6..8fd0605 100644
--- a/plugin.c
+++ b/plugin.c
@@ -91,7 +91,7 @@ void general_help(struct plugin *plugin)
plugin->commands[i]->help);
printf(" %-*s %s\n", padding, "version", "Shows the program version");
- printf(" %-*s %s\n", padding, "help", "Display this help");
+ printf(" %-*s %s\n", padding, "help", "Display the man page");
printf("\n");
if (plugin->name)
--
2.21.0
next reply other threads:[~2019-06-01 5:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-01 5:54 Minwoo Im [this message]
2019-06-02 7:12 ` [PATCH] nvme-cli: update command message for "help" Sagi Grimberg
2019-06-02 23:18 ` Chaitanya Kulkarni
2019-07-24 17:17 ` Keith Busch
2019-07-25 13:25 ` Minwoo Im
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=20190601055428.17906-1-minwoo.im.dev@gmail.com \
--to=minwoo.im.dev@gmail.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