Minor documentation update to reflect change in how __fish_complete_suffix function works

darcs-hash:20070208170339-ac50b-3ce23bc61e8cd7c4874748dd5f1395739c57ad36.gz
This commit is contained in:
axel 2007-02-09 03:03:39 +10:00
parent dfabf7f206
commit e936629dc3

View File

@ -468,9 +468,9 @@ prints a list of all user groups with the groups members as description.
prints a list of all procceses IDs with the command name as description.
<pre>__fish_complete_suffix STRING SUFFIX DESCRIPTION</pre>
<pre>__fish_complete_suffix SUFFIX</pre>
performs path completion on STRING, allowing only files ending in SUFFIX, and giving them the description DESCRIPTION.
performs file completion allowing only files ending in SUFFIX. The mimetype database is usded to find a suitable description.
<pre>__fish_complete_users</pre>