Skip to content

Commit

Permalink
fix: help shows examples too
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 27, 2019
1 parent 16f081e commit 4da8c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $(ok Events:)
(See https://github.com/adhocore/please#events for more info)
USAGE

if [ "$1" == "help" ]; then
if [ "$1" == "--help" ]; then
cat << EXAMPLE
$(ok Examples:)
$PLIZ
Expand Down

0 comments on commit 4da8c99

Please sign in to comment.