Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 24, 2024
1 parent d0bd81b commit ae65d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-badge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ while getopts 'b:c:d:e:f:o:r:s:' opt; do
Since="$OPTARG"
;;
:)
echo "Usage: $(basename "$0") [-b Before] [-d Dir] [-e Exclude] [-f Filename] [-o OutputDir] [-s Since]"
echo "Usage: $(basename "$0") [-b Before] [-c Color] [-d Dir] [-e Exclude] [-f Filename] [-o OutputDir] [-r Rounding] [-s Since]"
exit 1
;;
?)
echo "Usage: $(basename "$0") [-b Before] [-d Dir] [-e Exclude] [-f Filename] [-o OutputDir] [-s Since]"
echo "Usage: $(basename "$0") [-b Before] [-c Color] [-d Dir] [-e Exclude] [-f Filename] [-o OutputDir] [-r Rounding] [-s Since]"
exit 1
;;
esac
Expand Down

0 comments on commit ae65d91

Please sign in to comment.