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