From d0b673012937b09862d1deab70c577c1e545a5c0 Mon Sep 17 00:00:00 2001 From: Steven Seungcheol Lee Date: Fri, 26 Nov 2021 14:15:33 +0900 Subject: [PATCH] completions: fix zsh completion (wrong string end) Signed-off-by: Steven Seungcheol Lee --- completions/_nvme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/_nvme b/completions/_nvme index db13f6a8..0de72851 100644 --- a/completions/_nvme +++ b/completions/_nvme @@ -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' -- 2.50.1