mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Merge 8e0b8df6e2 into 1c306c07b3
This commit is contained in:
commit
397763594a
1 changed files with 2 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ function doHelp() {
|
|||
echo " --max-jobs NUM"
|
||||
echo " --option NAME VALUE"
|
||||
echo " --override-input INPUT URL"
|
||||
echo " --log-format"
|
||||
echo " --show-trace"
|
||||
echo
|
||||
echo "Commands"
|
||||
|
|
@ -167,7 +168,7 @@ while [[ $# -gt 0 ]]; do
|
|||
PASSTHROUGH_OPTS+=("$opt" "$1" "$2")
|
||||
shift 2
|
||||
;;
|
||||
--builders|--cores|--max-jobs)
|
||||
--builders|--cores|--max-jobs|--log-format)
|
||||
PASSTHROUGH_OPTS+=("$opt" "$1")
|
||||
shift
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue