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".
144
144
The generator functions, which have names of the form ` _comp_compgen_NAME ` , are
145
145
used to generate completion candidates. A generator function is supposed to be
146
146
called 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
148
148
comment of ` _comp_compgen ` for details). When there are no ` opts ` , the
149
149
generator function is supposed to be directly called as `_ comp_compgen_NAME
150
150
ARGS` . The result is stored in the target variable (which is ` COMPREPLY` by
You can’t perform that action at this time.
0 commit comments