From: Guilherme G. Piccoli Date: Mon, 26 Jun 2017 18:25:05 +0000 (-0300) Subject: nvme-cli: Fix typo in Intel plugin and improve generic help text X-Git-Tag: v1.4~44^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=22c78bfb301eaa383baac493b251df7a3da946bb;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: Fix typo in Intel plugin and improve generic help text Signed-off-by: Guilherme G. Piccoli --- diff --git a/intel-nvme.h b/intel-nvme.h index 313e0687..5e6af0bb 100644 --- a/intel-nvme.h +++ b/intel-nvme.h @@ -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) ) ); diff --git a/nvme-builtin.h b/nvme-builtin.h index 91f361df..2bb01cb0 100644 --- a/nvme-builtin.h +++ b/nvme-builtin.h @@ -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)