Skip to content

Commit db1ee7b

Browse files
author
Mat Hansen
authored
Add missing "=" in add-file-headers.sh usage example
1 parent dc1e954 commit db1ee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add-file-headers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ declare -a EXT_LIST=(ts:c tsx:c)
1717

1818
function print_usage {
1919
show_status usage "$0 [all|git-dirty] [-h|--header=/path/to/header] [-p|--path=/path/to/src]"
20-
show_status usage "Example: $0 all --header ./LICENSE --path=/lib # Will add header from LICENSE file and it to all supported file types in /lib directory"
20+
show_status usage "Example: $0 all --header=./LICENSE --path=/lib # Will add header from LICENSE file and it to all supported file types in /lib directory"
2121
}
2222

2323
function show_status {

0 commit comments

Comments
 (0)