Skip to content

Commit

Permalink
Change short command of 'report' from 'R' to 'p'
Browse files Browse the repository at this point in the history
  • Loading branch information
moritetu committed Feb 23, 2020
1 parent 39d35a0 commit 3f47014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/baut
Expand Up @@ -33,7 +33,7 @@ while [ $# -gt 0 ]; do
c) COMMAND=compile ;;
i) COMMAND=init ;;
t) COMMAND=test ;;
R) COMMAND=report ;;
p) COMMAND=report ;;
esac

# If the command equals "help", show usage of the command.
Expand Down

0 comments on commit 3f47014

Please sign in to comment.