From: Jay Freyensee Date: Wed, 28 Sep 2016 23:49:42 +0000 (-0700) Subject: nvme-cli: Tweak discover summary to match docs X-Git-Tag: v1.0~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=52f19c455224dc8ccc0835a4b251a89828a20b49;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: Tweak discover summary to match docs Signed-off-by: Jay Freyensee --- diff --git a/nvme.c b/nvme.c index ab782d00..9c331aeb 100644 --- a/nvme.c +++ b/nvme.c @@ -2668,7 +2668,7 @@ static int admin_passthru(int argc, char **argv, struct command *cmd, struct plu static int discover_cmd(int argc, char **argv, struct command *command, struct plugin *plugin) { - const char *desc = "Send command to discovery service."; + const char *desc = "Send Get Log Page request to Discovery Controller."; return discover(desc, argc, argv, false); }