Fixup descriptions
This commit is contained in:
parent
20c8a30d1b
commit
2b06132852
|
@ -20,7 +20,7 @@ inputs:
|
||||||
description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`)"
|
description: "The init system to configure, requires `planner: linux-multi` (allowing the choice between `none` or `systemd`)"
|
||||||
required: false
|
required: false
|
||||||
local-root:
|
local-root:
|
||||||
description: A local `nix-installer` binary root, overrides any settings which change the `nix-installer` used (binaries should be named `nix-installer-$ARCH`, eg. `nix-installer-x86_64-linux`)
|
description: A local `nix-installer` binary root, overrides any settings which change the `nix-installer` used (binaries should be named `nix-installer-$ARCH-$OS`, eg. `nix-installer-x86_64-linux`)
|
||||||
required: false
|
required: false
|
||||||
log-directives:
|
log-directives:
|
||||||
description: A list of Tracing directives, comma separated, `-`s replaced with `_` (eg. `nix_installer=trace`, see https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives)
|
description: A list of Tracing directives, comma separated, `-`s replaced with `_` (eg. `nix_installer=trace`, see https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives)
|
||||||
|
@ -91,7 +91,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
start-daemon:
|
start-daemon:
|
||||||
description: "If the daemon should be started, requires `planner: linux-multi`"
|
description: "If the daemon should be started, requires `planner: linux`"
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
diagnostic-endpoint:
|
diagnostic-endpoint:
|
||||||
|
|
Loading…
Reference in a new issue