Skip to content

Commit 748df5c

Browse files
committed
Updates usage text to properly escape arg descriptions.
1 parent 84477cb commit 748df5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

find-symlinks-to-in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ${0##*/}
1414
Usage:
1515
bin/${0##*/} <partial> [search dir]
1616
17-
$1 = The partial file name/path for which to search. You can use grep syntax.
18-
$2 = The directory in which to search. If not provided, defaults to the current directory (./).
17+
\$1 = The partial file name/path for which to search. You can use grep syntax.
18+
\$2 = The directory in which to search. If not provided, defaults to the current directory (./).
1919
2020
Environment Variables:
2121
(none)

0 commit comments

Comments
 (0)