From mboxrd@z Thu Jan 1 00:00:00 1970 From: ramirose@gmail.com (Rami Rosen) Date: Tue, 23 Oct 2018 18:13:23 +0300 Subject: [PATCH ] nvme-cli: fix a typo Message-ID: <20181023151323.7578-1-ramirose@gmail.com> Signed-off-by: Rami Rosen --- nvme-builtin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvme-builtin.h b/nvme-builtin.h index 7cf10ef..b913cea 100644 --- a/nvme-builtin.h +++ b/nvme-builtin.h @@ -54,7 +54,7 @@ COMMAND_LIST( ENTRY("write-zeroes", "Submit a write zeroes command, return results", write_zeroes) ENTRY("write-uncor", "Submit a write uncorrectable command, return results", write_uncor) ENTRY("sanitize", "Submit a sanitize command", sanitize) - ENTRY("sanitize-log", "Retrive sanitize log, show it", sanitize_log) + 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("ns-rescan", "Rescans the NVME namespaces", ns_rescan) -- 2.17.1