Skip to content

Commit a7c8781

Browse files
authored
Merge pull request #48 from amarshall/log-format
Fix incorrect --log-type -> --log-format
2 parents ae0c9ff + d9aa404 commit a7c8781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_nix-common-options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ __nix_extra_build_opts=(
592592
'--max-silent-time[max seconds without getting stdout/err from builder]:Seconds:'
593593
'--timeout[max seconds builders should run]:seconds:'
594594
'--readonly-mode[do not open Nix database]'
595-
'--log-type[configure how output is formatted]:output format:((pretty\:"Default" escapes\:"Indicate nesting with escape codes" flat\:"Remove all nesting"))'
595+
'--log-format[configure how output is formatted]:output format:((pretty\:"Default" escapes\:"Indicate nesting with escape codes" flat\:"Remove all nesting"))'
596596
)
597597

598598
# Used in: nix-build, nix-env, nix-instantiate, nix-shell

0 commit comments

Comments
 (0)