Skip to content

Commit ed97a9c

Browse files
committed
nix-on-droid: passthrough --log-format arg
1 parent 27696ca commit ed97a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix-on-droid/nix-on-droid.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function doHelp() {
6969
echo " --max-jobs NUM"
7070
echo " --option NAME VALUE"
7171
echo " --override-input INPUT URL"
72+
echo " --log-format"
7273
echo " --show-trace"
7374
echo
7475
echo "Commands"
@@ -167,7 +168,7 @@ while [[ $# -gt 0 ]]; do
167168
PASSTHROUGH_OPTS+=("$opt" "$1" "$2")
168169
shift 2
169170
;;
170-
--builders|--cores|--max-jobs)
171+
--builders|--cores|--max-jobs|--log-format)
171172
PASSTHROUGH_OPTS+=("$opt" "$1")
172173
shift
173174
;;

0 commit comments

Comments
 (0)