File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ concept is later extended to also mean "eXported".
144144The generator functions, which have names of the form ` _comp_compgen_NAME ` , are
145145used to generate completion candidates. A generator function is supposed to be
146146called by ` _comp_compgen [OPTS] NAME ARGS ` where `OPTS = -aR|-v var|-c cur|-C
147- dir|-U var|-P pref ` are the options to modify the behavior (see the code
147+ dir|-U var|-P prefix ` are the options to modify the behavior (see the code
148148comment of ` _comp_compgen ` for details). When there are no ` opts ` , the
149149generator function is supposed to be directly called as `_ comp_compgen_NAME
150150ARGS` . The result is stored in the target variable (which is ` COMPREPLY` by
You can’t perform that action at this time.
0 commit comments