aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/index.hdr.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-23 14:22:27 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-23 14:26:38 +0800
commit7fa69ef8bed3511d3b1bb5bf46fa0281f61b43aa (patch)
treeff6264b52c000ba0b33fe83268fcfca07f822fc5 /doc_src/index.hdr.in
parentf77f71c17eca9707e808659f52e4943aa37ee226 (diff)
__fish_complete_suffix: don't provide file description by default
Drops dependency on the mimedb tool and reflects the changes made to the default chooser for files in #279.
Diffstat (limited to 'doc_src/index.hdr.in')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 2e059b41..d74aa124 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -362,7 +362,7 @@ Functions beginning with the string `__fish_print_` print a newline separated li
- `__fish_complete_pids` prints a list of all processes IDs with the command name as description.
-- `__fish_complete_suffix SUFFIX` performs file completion allowing only files ending in SUFFIX. The mimetype database is used to find a suitable description.
+- `__fish_complete_suffix SUFFIX` performs file completion allowing only files ending in SUFFIX, with an optional description.
- `__fish_complete_users` prints a list of all users with their full name as description.