aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-23 07:10:55 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-23 07:10:55 +1000
commit0dadd83fdd26368ff7091186398d97bc25624e89 (patch)
tree4ee3c372b21634dc782de04096c13feb38d298fd /doc_src
parent3e3541a05a4d76d76250d31368cb6d67fa248246 (diff)
Move the complete builtin to it's own file, and make it accept multiple -c, -p, -s, -o and -l switches
darcs-hash:20060122211055-ac50b-6ef8cff7fb02e974d6a8096bf83bcbed429d7322.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/complete.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc_src/complete.txt b/doc_src/complete.txt
index 0f703f93..ecb6bf99 100644
--- a/doc_src/complete.txt
+++ b/doc_src/complete.txt
@@ -34,9 +34,10 @@ library. These styles are:
- Old style long options, like '-Wall'. Old style long options are more than one character long, are preceeded by a single hyphen and may not be grouped together. Option arguments are specified in the following parameter ('-ao null').
- GNU style long options, like '--colors'. GNU style long options are more than one character long, are preceeded by two hyphens, and may not be grouped together. Option arguments may be specified in the following parameter ('--quoting-style shell') or by appending the option with a '=' and the value ('--quoting-style=shell'). GNU style long options may be abbrevated so long as the abbrevation is unique ('--h' is equivalent to '--help' if help is the only long option beginning with an 'h').
-\c complete only allows one of old style long options and GNU style
-long options to be used on a specific command, but short options can
-always be specified.
+The options for specifying command name, command path, or command
+switches may all be used multiple times to specify multiple commands
+which have the same completion or multiple switches accepted by a
+command.
When erasing completions, it is possible to either erase all
completions for a specific command by specifying <tt>complete -e -c