mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 23:05:00 -06:00
Tweak usage strings
This commit is contained in:
parent
0f07ba4f09
commit
2117a45d1a
13 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@
|
|||
# - Current Branch
|
||||
#
|
||||
|
||||
# usage() { echo "Usage: `basename $0` [1|2] [branch]" 1>&2 ; }
|
||||
# usage() { echo "usage: `basename $0` [1|2] [branch]" 1>&2 ; }
|
||||
# [[ $# < 3 && $1 != "-h" && $1 != "--help" ]] || { usage; exit 1; }
|
||||
|
||||
CURR=$(git branch 2>/dev/null | grep ^* | sed 's/\* //g')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue