Skip to content

Commit 9546fa0

Browse files
author
Andreu Botella
authored
Alias help command to --help flag
1 parent 2d73fea commit 9546fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function processCommandLineArgs {
123123
clearDir "$HTML_CACHE"
124124
exit 0
125125
;;
126-
help)
126+
--help|help)
127127
echo "Commands:"
128128
echo " $0 Build the HTML Standard."
129129
echo " $0 clean Remove downloaded dependencies and generated files (then stop)."

0 commit comments

Comments
 (0)