Skip to content

Commit 04722ed

Browse files
ikegami-tigaw
authored andcommitted
completions: fix ocp hardware-component-log zsh completion
Incorrectly the short option -v duplicated. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent 93422be commit 04722ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/_nvme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ _nvme () {
366366
--comp-id=':component identifier'
367367
-i':alias for --comp-id'
368368
--list':list component descriptions'
369-
-v':alias for --list'
369+
-l':alias for --list'
370370
--verbose':Increase the information detail in the output.'
371371
-v':alias for --verbose'
372372
--output-format=':Output format: normal|json|binary'

0 commit comments

Comments
 (0)