We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9497592 commit a8d2912Copy full SHA for a8d2912
completions/ssh
@@ -478,9 +478,9 @@ _comp_cmd_scp__path_esc='[][(){}<>"'"'"',:;^&!$=?`\\|[:space:]]'
478
# at the end of the filename are removed unexpectedly. To solve this problem,
479
# we need to give up relying on "ls -1FL".
480
#
481
-# @param $1 dirs_only - If a non-empty value is specified, only directory names
482
-# are selected.
483
-# @param $2 escape_replacement - If a non-empty value is specified, special
+# Options:
+# -d Only directory names are selected.
+# @param $1 escape_replacement - If a non-empty value is specified, special
484
# characters are replaced with the specified value (instead of the default
485
# '\\&').
486
# @stdin List of filenames in the "ls -1F" format, where filenames are
0 commit comments