mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
fix typo
This commit is contained in:
parent
0a9ce40ff9
commit
a015d2c399
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue