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 e72cc82 commit 3c4a89cCopy full SHA for 3c4a89c
bash_completion
@@ -372,7 +372,7 @@ _comp_split()
372
shift "$((OPTIND - 1))"
373
if (($# != 2)); then
374
printf '%s\n' "bash_completion: $FUNCNAME: unexpected number of arguments" >&2
375
- printf '%s\n' "usage: $FUNCNAME [-a] [-F SEP] ARRAY_NAME TEXT" >&2
+ printf '%s\n' "usage: $FUNCNAME [-al] [-F SEP] ARRAY_NAME TEXT" >&2
376
return 2
377
elif [[ $1 == @(*[^_a-zA-Z0-9]*|[0-9]*|''|_*|IFS|OPTIND|OPTARG|OPTERR) ]]; then
378
printf '%s\n' "bash_completion: $FUNCNAME: invalid array name '$1'" >&2
0 commit comments