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 86f9134 commit 7bf4ec2Copy full SHA for 7bf4ec2
completions/gnokii
@@ -221,8 +221,7 @@ _comp_cmd_gnokii()
221
esac
222
fi
223
224
- # safer to use LANG=C
225
- local all_cmd="$(LANG=C _parse_help "$1" "--help all")"
+ local all_cmd="$(_parse_help "$1" "--help all")"
226
# these 2 below are allowed in combination with others
227
local main_cmd=$(command grep -v -- '--config\|--phone' <<<"$all_cmd")
228
0 commit comments