mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 13:28:16 +00:00
add --dry-run to darwin-rebuild help
This commit is contained in:
parent
303d5fa2c4
commit
44fc4d4010
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export PATH=@path@:$PATH
|
||||||
showSyntax() {
|
showSyntax() {
|
||||||
echo "darwin-rebuild [--help] {build | switch} [{--profile-name | -p} name]" >&2
|
echo "darwin-rebuild [--help] {build | switch} [{--profile-name | -p} name]" >&2
|
||||||
echo " [--verbose...] [-v...] [-Q] [{--max-jobs | -j} number] [--cores number]" >&2
|
echo " [--verbose...] [-v...] [-Q] [{--max-jobs | -j} number] [--cores number]" >&2
|
||||||
echo " [--keep-failed] [-K] [--fallback] [--show-trace] [-I path]" >&2
|
echo " [--dry-run] [--keep-failed] [-K] [--fallback] [--show-trace] [-I path]" >&2
|
||||||
echo " [--option name value] [--arg name value] [--argstr name value]" >&2
|
echo " [--option name value] [--arg name value] [--argstr name value]" >&2
|
||||||
exec man darwin-rebuild
|
exec man darwin-rebuild
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue