Skip to content

Commit

Permalink
chore: update heredoc start
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Mar 3, 2021
1 parent 7f5490d commit b453437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions please
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ github()
# show usage
usage()
{
cat << USAGE
cat <<- USAGE
$PLIZ $(info $(version)) | $(ok "(c) Jitendra Adhikari") | $PLIZ is semver release made easy.
$(ok Usage:) $PLIZ [command|scope] [--options]
Expand Down Expand Up @@ -71,7 +71,7 @@ $(ok Events:)
USAGE

if [ "$1" == "--help" ]; then
cat << EXAMPLE
cat <<- EXAMPLE
$(ok Examples:)
$PLIZ
$PLIZ version $(comment "# prints current version of itself")
Expand Down

0 comments on commit b453437

Please sign in to comment.