From: Rami Rosen Date: Fri, 5 Oct 2018 16:57:54 +0000 (+0300) Subject: nvme-cli: fix a typo X-Git-Tag: v1.7~54 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=43f234d6ba076caf3b9829139fb59c3dca208137;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: fix a typo This patch fixes a typo in nvme-cli usage text. Reviewed-by: Sagi Grimberg Signed-off-by: Rami Rosen Signed-off-by: Keith Busch --- diff --git a/nvme-builtin.h b/nvme-builtin.h index afd12b05..7cf10ef5 100644 --- a/nvme-builtin.h +++ b/nvme-builtin.h @@ -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)