]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
Use '-' for compounded word telemetry-log subcommand
authorKeith Busch <keith.busch@intel.com>
Thu, 25 Jan 2018 17:31:55 +0000 (10:31 -0700)
committerKeith Busch <keith.busch@intel.com>
Thu, 25 Jan 2018 17:31:55 +0000 (10:31 -0700)
Just for consistency.

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

index 4adfa78ea95b104a9d1b3d2448fe18ec28a32e2b..f745e33a2072e2bd7c919222381760ec4ac84b19 100644 (file)
@@ -20,7 +20,7 @@ COMMAND_LIST(
        ENTRY("list-ctrl", "Send NVMe Identify Controller List, display structure", list_ctrl)
        ENTRY("get-ns-id", "Retrieve the namespace ID of opened block device", get_ns_id)
        ENTRY("get-log", "Generic NVMe get log, returns log in raw format", get_log)
-       ENTRY("telemetry_log", "Retrieve FW Telemetry log write to file", get_telemetry_log)
+       ENTRY("telemetry-log", "Retrieve FW Telemetry log write to file", get_telemetry_log)
        ENTRY("fw-log", "Retrieve FW Log, show it", get_fw_log)
        ENTRY("smart-log", "Retrieve SMART Log, show it", get_smart_log)
        ENTRY("error-log", "Retrieve Error Log, show it", get_error_log)