Skip to content

Commit a8d2912

Browse files
committed
!fixup 669e586 fix(scp): update description of "-d"
1 parent 9497592 commit a8d2912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

completions/ssh

+3-3
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ _comp_cmd_scp__path_esc='[][(){}<>"'"'"',:;^&!$=?`\\|[:space:]]'
478478
# at the end of the filename are removed unexpectedly. To solve this problem,
479479
# we need to give up relying on "ls -1FL".
480480
#
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
481+
# Options:
482+
# -d Only directory names are selected.
483+
# @param $1 escape_replacement - If a non-empty value is specified, special
484484
# characters are replaced with the specified value (instead of the default
485485
# '\\&').
486486
# @stdin List of filenames in the "ls -1F" format, where filenames are

0 commit comments

Comments
 (0)