We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0269a commit d79e045Copy full SHA for d79e045
contrib/completion/bash/hwloc
@@ -136,7 +136,7 @@ _lstopo() {
136
COMPREPLY=( "<line of text>" "" )
137
;;
138
--palette)
139
- COMPREPLY=( `compgen -W "grey" "greyscale" "default" "colors" "white" "none" -- "$cur"` )
+ COMPREPLY=( `compgen -W "grey greyscale default colors white none" -- "$cur"` )
140
141
--binding-color | --disallowed-color | --top-color)
142
COMPREPLY=( `compgen -W "none <#rrggbb>" -- "$cur"` )
0 commit comments