mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 13:02:30 +02:00
fix typo
This commit is contained in:
parent
0a9ce40ff9
commit
a015d2c399
@ -90,7 +90,7 @@ These not need installation, password: `osboxes.org`
|
|||||||
Options:
|
Options:
|
||||||
-EXPORT just print build parameters & exit'
|
-EXPORT just print build parameters & exit'
|
||||||
-h, --help this help info
|
-h, --help this help info
|
||||||
-i, --interaction [0|1] interaction before proceeding with exection (default: 1)
|
-i, --interaction [0|1] interaction before proceeding with execution (default: 1)
|
||||||
-f, --fatpack [0|1] fatpack mode (default: 1)
|
-f, --fatpack [0|1] fatpack mode (default: 1)
|
||||||
-u, --github-user [raspiblitz|other] github user to be checked from the repo (default: raspiblitz)
|
-u, --github-user [raspiblitz|other] github user to be checked from the repo (default: raspiblitz)
|
||||||
-b, --branch [v1.7|v1.8] branch to be built on (default: v1.10)
|
-b, --branch [v1.7|v1.8] branch to be built on (default: v1.10)
|
||||||
|
@ -30,7 +30,7 @@ usage(){
|
|||||||
Options:
|
Options:
|
||||||
-EXPORT just print build parameters & exit'
|
-EXPORT just print build parameters & exit'
|
||||||
-h, --help this help info
|
-h, --help this help info
|
||||||
-i, --interaction [0|1] interaction before proceeding with exection (default: 1)
|
-i, --interaction [0|1] interaction before proceeding with execution (default: 1)
|
||||||
-f, --fatpack [0|1] fatpack mode (default: 1)
|
-f, --fatpack [0|1] fatpack mode (default: 1)
|
||||||
-u, --github-user [raspiblitz|other] github user to be checked from the repo (default: ${defaultRepo})
|
-u, --github-user [raspiblitz|other] github user to be checked from the repo (default: ${defaultRepo})
|
||||||
-b, --branch [v1.7|v1.8] branch to be built on (default: ${defaultBranch})
|
-b, --branch [v1.7|v1.8] branch to be built on (default: ${defaultBranch})
|
||||||
|
Loading…
Reference in New Issue
Block a user