From c76e0bc669eaa7fc5512b0c930a9ffa32f23020c Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Sun, 26 Jan 2025 10:29:09 +0900 Subject: [PATCH] completions: fix mgmt-addr-list-log command Since missed to add the command into the command list. Signed-off-by: Tokunori Ikegami --- completions/_nvme | 1 + 1 file changed, 1 insertion(+) 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' -- 2.50.1