]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-cli: fix a typo
authorlijie <lijie34@huawei.com>
Thu, 8 Nov 2018 13:23:17 +0000 (21:23 +0800)
committerKeith Busch <keith.busch@intel.com>
Thu, 8 Nov 2018 14:48:17 +0000 (07:48 -0700)
This patch fixes a typo in nvme-cli usage text.

Signed-off-by: Keith Busch <keith.busch@intel.com>
nvme-builtin.h

index b913cead7234f5417d46a17ec20f1f4260c42630..a7ea5ae8f454e3dc56728ada8e67523959493e81 100644 (file)
@@ -56,7 +56,7 @@ COMMAND_LIST(
        ENTRY("sanitize", "Submit a sanitize command", sanitize)
        ENTRY("sanitize-log", "Retrieve sanitize log, show it", sanitize_log)
        ENTRY("reset", "Resets the controller", reset)
-       ENTRY("subsystem-reset", "Resets the controller", subsystem_reset)
+       ENTRY("subsystem-reset", "Resets the subsystem", subsystem_reset)
        ENTRY("ns-rescan", "Rescans the NVME namespaces", ns_rescan)
        ENTRY("show-regs", "Shows the controller registers or properties. Requires character device", show_registers)
        ENTRY("discover", "Discover NVMeoF subsystems", discover_cmd)