about summary refs log tree commit diff
path: root/Completion/Unix/Type/_canonical_paths
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-18 16:59:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-08-18 16:59:09 +0000
commit283357dcabb84d90825c3acb37e88dda45fd744d (patch)
tree88442b9fa4cddde1ec44e11647bf1a5ce67dcd33 /Completion/Unix/Type/_canonical_paths
parent0aa6bfd831706bc01a95af97963b702f4e6ff66c (diff)
downloadzsh-283357dcabb84d90825c3acb37e88dda45fd744d.tar.gz
zsh-283357dcabb84d90825c3acb37e88dda45fd744d.tar.xz
zsh-283357dcabb84d90825c3acb37e88dda45fd744d.zip
unposted: _canonical_paths: Port docstring changes from 39044.
Diffstat (limited to 'Completion/Unix/Type/_canonical_paths')
-rw-r--r--Completion/Unix/Type/_canonical_paths4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Type/_canonical_paths b/Completion/Unix/Type/_canonical_paths
index e4a725b2b..2fdbaa66d 100644
--- a/Completion/Unix/Type/_canonical_paths
+++ b/Completion/Unix/Type/_canonical_paths
@@ -3,9 +3,9 @@
 # This completion function completes all paths given to it, and also tries to
 # offer completions which point to the same file as one of the paths given
 # (relative path when an absolute path is given, and vice versa; when ..'s are
-# present in the word to be completed, and some paths got from symlinks.
+# present in the word to be completed, and some paths got from symlinks).
 
-# Usage: _canonical_paths [-A var] [-N] [-MJV12nfX] tag desc paths...
+# Usage: _canonical_paths [-A var] [-N] [-MJV12nfX] tag desc [paths...]
 
 # -A, if specified, takes the paths from the array variable specified. Paths can
 # also be specified on the command line as shown above. -N, if specified,