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()
423
423
# Usage #2: _comp_compgen [-alR|-v arr|-c cur] name args...
424
424
# Call `_comp_compgen_NAME ARGS...` with the specified options. This provides
425
425
# 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
427
427
# `-F sep` is not used with this usage.
428
428
# @param $1... name args Calls the function _comp_compgen_NAME with the
429
429
# 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()
31
31
else
32
32
local args
33
33
34
- # The first argument is an usergroup; the rest are filedir.
34
+ # The first argument is a usergroup; the rest are filedir.
35
35
_count_args :
36
36
37
37
if (( args == 1 )) ; then
You can’t perform that action at this time.
0 commit comments