mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +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() {
|
||||
echo "darwin-rebuild [--help] {build | switch} [{--profile-name | -p} name]" >&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
|
||||
exec man darwin-rebuild
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue