From: Steven Seungcheol Lee Date: Fri, 26 Nov 2021 05:15:33 +0000 (+0900) Subject: completions: fix zsh completion (wrong string end) X-Git-Tag: v2.0-rc0~38^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d0b673012937b09862d1deab70c577c1e545a5c0;p=users%2Fsagi%2Fnvme-cli.git completions: fix zsh completion (wrong string end) Signed-off-by: Steven Seungcheol Lee --- 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'