File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ _comp_split()
423423# Usage #2: _comp_compgen [-alR|-v arr|-c cur] name args...
424424# Call `_comp_compgen_NAME ARGS...` with the specified options. This provides
425425# a common interface to call the functions `_comp_compgen_NAME`, which produce
426- # completion candidates, with custom options [-alR|-v arr|-cur]. The option
426+ # completion candidates, with custom options [-alR|-v arr|-c cur]. The option
427427# `-F sep` is not used with this usage.
428428# @param $1... name args Calls the function _comp_compgen_NAME with the
429429# specified ARGS (if $1 does not start with a hyphen `-`). The options
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ _comp_cmd_chown()
3131 else
3232 local args
3333
34- # The first argument is an usergroup; the rest are filedir.
34+ # The first argument is a usergroup; the rest are filedir.
3535 _count_args :
3636
3737 if (( args == 1 )) ; then
You can’t perform that action at this time.
0 commit comments