]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-cli: fix a typo
authorRami Rosen <ramirose@gmail.com>
Fri, 5 Oct 2018 16:57:54 +0000 (19:57 +0300)
committerKeith Busch <keith.busch@intel.com>
Fri, 5 Oct 2018 20:36:35 +0000 (14:36 -0600)
This patch fixes a typo in nvme-cli usage text.

Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Keith Busch <keith.busch@intel.com>
nvme-builtin.h

index afd12b0559109b97a15349127d01d7b55e114fc2..7cf10ef5715361cddba845cc7f1a337cf62a95d8 100644 (file)
@@ -13,7 +13,7 @@ COMMAND_LIST(
        ENTRY("id-ns", "Send NVMe Identify Namespace, display structure", id_ns)
        ENTRY("list-ns", "Send NVMe Identify List, display structure", list_ns)
        ENTRY("ns-descs", "Send NVMe Namespace Descriptor List, display structure", ns_descs)
-       ENTRY("id-nvmset", "Sned NVMe Identify NVM Set List, display structure", id_nvmset)
+       ENTRY("id-nvmset", "Send NVMe Identify NVM Set List, display structure", id_nvmset)
        ENTRY("create-ns", "Creates a namespace with the provided parameters", create_ns)
        ENTRY("delete-ns", "Deletes a namespace from the controller", delete_ns)
        ENTRY("attach-ns", "Attaches a namespace to requested controller(s)", attach_ns)