mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Fix help log
This commit is contained in:
@@ -312,8 +312,8 @@ help() {
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Usage: $0 [-h] [-c <step> <filepath>|-s <step> <filepath>]"
|
echo "Usage: $0 [-h] [-c <step> <filepath>|-s <step> <filepath>]"
|
||||||
echo " -h Display help and exit"
|
echo " -h Display help and exit"
|
||||||
echo " -c <step> <filepath> Create a commit for the specified step [2-4]"
|
echo " -c <step> <filepath> Create a commit for the specified step [1-4]"
|
||||||
echo " -s <step> <filepath> Run the specified step [1-4]"
|
echo " -s <step> <filepath> Run the specified step [2-4]"
|
||||||
}
|
}
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|||||||
Reference in New Issue
Block a user