]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
completions: fix zsh completion (wrong string end)
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 26 Nov 2021 05:15:33 +0000 (14:15 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Fri, 26 Nov 2021 05:15:33 +0000 (14:15 +0900)
Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
completions/_nvme

index db13f6a858a729956d09698899d3d34ee723247a..0de72851c39b7b01a73e99d6a8662913dd3ba5b1 100644 (file)
@@ -10,7 +10,7 @@ _nvme () {
        'id-ctrl:display information about the controller'
        'id-ns:display information about the namespace'
        'list-ns:identify all namespace(s) attached'
-       'cmdset-ind-id-ns':display I/O Command Set Independent information about the namespace'
+       'cmdset-ind-id-ns:display I/O Command Set Independent information about the namespace'
        'id-iocs:display information about I/O command sets'
        'id-domain:display information about domain list'
        'create-ns:create a new namespace before attachment'