]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-cli: Fix typo in Intel plugin and improve generic help text
authorGuilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Mon, 26 Jun 2017 18:25:05 +0000 (15:25 -0300)
committerGuilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Mon, 26 Jun 2017 18:30:34 +0000 (15:30 -0300)
Signed-off-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
intel-nvme.h
nvme-builtin.h

index 313e06872ce8bc7a7229dc81caa50d92d1831271..5e6af0bbf35e9fb7c4f4f16fb60f4b823a2b2bb4 100644 (file)
@@ -12,7 +12,7 @@ PLUGIN(NAME("intel", "Intel vendor specific extensions"),
                ENTRY("smart-log-add", "Retrieve Intel SMART Log, show it", get_additional_smart_log)
                ENTRY("market-name", "Retrieve Intel Marketing Name log, show it", get_market_log)
                ENTRY("temp-stats", "Retrieve Intel Temperature Statistics log, show it", get_temp_stats_log)
-               ENTRY("lat-stats", "Retrieve Intel IO Latancy Statistics log, show it", get_lat_stats_log)
+               ENTRY("lat-stats", "Retrieve Intel IO Latency Statistics log, show it", get_lat_stats_log)
                ENTRY("internal-log", "Retrieve Intel internal firmware log, save it", get_internal_log)
        )
 );
index 91f361df54a37183113cd812bb966c57fea55e70..2bb01cb0338a273b7f10288da5fe7d8864aa66ba 100644 (file)
@@ -27,7 +27,7 @@ COMMAND_LIST(
        ENTRY("format", "Format namespace with new block format", format)
        ENTRY("fw-activate", "Activate new firmware slot", fw_activate)
        ENTRY("fw-download", "Download new firmware", fw_download)
-       ENTRY("admin-passthru", "Submit arbitrary admin command, return results", admin_passthru)
+       ENTRY("admin-passthru", "Submit an arbitrary admin command, return results", admin_passthru)
        ENTRY("io-passthru", "Submit an arbitrary IO command, return results", io_passthru)
        ENTRY("security-send", "Submit a Security Send command, return results", sec_send)
        ENTRY("security-recv", "Submit a Security Receive command, return results", sec_recv)