From: Tokunori Ikegami Date: Sun, 26 Jan 2025 01:29:09 +0000 (+0900) Subject: completions: fix mgmt-addr-list-log command X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c76e0bc669eaa7fc5512b0c930a9ffa32f23020c;p=users%2Fsagi%2Fnvme-cli.git completions: fix mgmt-addr-list-log command Since missed to add the command into the command list. Signed-off-by: Tokunori Ikegami --- diff --git a/completions/_nvme b/completions/_nvme index c8c3c5e6..0e44629e 100644 --- a/completions/_nvme +++ b/completions/_nvme @@ -110,6 +110,7 @@ _nvme () { 'set-reg:write and show the defined NVMe controller register' 'io-mgmt-recv:send an I/O management receive command' 'io-mgmt-send:send an I/O management send command' + 'mgmt-addr-list-log:retrieve management address list log' 'version:show the program version' 'ocp:OCP cloud SSD extensions' 'solidigm:Solidigm plug-in extensions'