Skip to content

Commit

Permalink
Fix quoting of the help printout
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Feb 15, 2021
1 parent 6c9afc0 commit c948610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if [ $# -lt 1 ]; then
echo $0 {vc.zip sdk.zip target|target}
echo $0 {vc.zip sdk.zip target\|target}
exit 0
fi

Expand Down

0 comments on commit c948610

Please sign in to comment.