We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27696ca commit ed97a9cCopy full SHA for ed97a9c
nix-on-droid/nix-on-droid.sh
@@ -69,6 +69,7 @@ function doHelp() {
69
echo " --max-jobs NUM"
70
echo " --option NAME VALUE"
71
echo " --override-input INPUT URL"
72
+ echo " --log-format"
73
echo " --show-trace"
74
echo
75
echo "Commands"
@@ -167,7 +168,7 @@ while [[ $# -gt 0 ]]; do
167
168
PASSTHROUGH_OPTS+=("$opt" "$1" "$2")
169
shift 2
170
;;
- --builders|--cores|--max-jobs)
171
+ --builders|--cores|--max-jobs|--log-format)
172
PASSTHROUGH_OPTS+=("$opt" "$1")
173
shift
174
0 commit comments