From: lijie Date: Thu, 8 Nov 2018 13:23:17 +0000 (+0800) Subject: nvme-cli: fix a typo X-Git-Tag: v1.7~31 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5c502da64021e53890c5c1f2ee9e71f465d9e1a6;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: fix a typo This patch fixes a typo in nvme-cli usage text. Signed-off-by: Keith Busch --- diff --git a/nvme-builtin.h b/nvme-builtin.h index b913cead..a7ea5ae8 100644 --- a/nvme-builtin.h +++ b/nvme-builtin.h @@ -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)