From ea77e760b6bf66f3c3bbbeee37052c991e0bfd0c Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Fri, 5 May 2023 09:19:37 +0900 Subject: [PATCH] completions: Fix nvm-id-ns-lba-format command zsh definition Signed-off-by: Tokunori Ikegami --- completions/_nvme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/_nvme b/completions/_nvme index b338b6d8..a92a39bc 100644 --- a/completions/_nvme +++ b/completions/_nvme @@ -22,7 +22,7 @@ _nvme () { 'list-ctrl:identify all controller(s) attached' 'nvm-id-ctrl:display information about the nvm command set' 'nvm-id-ns:display information about the namespace of nvm command set' - 'id-ns-lba-format:display information about the namespace of nvm command set capability fields for specific LBA format' + 'nvm-id-ns-lba-format:display information about the namespace of nvm command set capability fields for specific LBA format' 'list-endgrp:display information about nvme endurance group list' 'get-ns-id:get namespace id of opened block device' 'get-log:retrieve any log in raw format' @@ -192,7 +192,7 @@ _nvme () { _arguments '*:: :->subcmds' _describe -t commands "nvme nvm-id-ns options" _nvmidns ;; - (id-ns-lba-format) + (nvm-id-ns-lba-format) local _nvm_idns_lba_format _nvm_idns_lba_format=( /dev/nvme':supply a device to use (required)' -- 2.49.0