]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
nvme-cli: Tweak discover summary to match docs
authorJay Freyensee <james_p_freyensee@linux.intel.com>
Wed, 28 Sep 2016 23:49:42 +0000 (16:49 -0700)
committerKeith Busch <keith.busch@intel.com>
Thu, 29 Sep 2016 14:53:55 +0000 (10:53 -0400)
Signed-off-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
nvme.c

diff --git a/nvme.c b/nvme.c
index ab782d007eff9efce7103cd8815272a1c21975ae..9c331aeb0a0159d40b1616922bda64ec2f695c59 100644 (file)
--- 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);
 }