diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2024-10-25 14:25:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 14:25:25 +1100 |
| commit | 7840909b00fbd5a183008a6eb251ea307fe4a76e (patch) | |
| tree | dddb61ebfcce430e918a209dd2160069f935d609 | |
| parent | 8c675759e94b243c45ac9c080c7af286da9a08c6 (diff) | |
| parent | c98bb238b16ba2cfc8eb9d5d5a18b79f8caacf25 (diff) | |
Merge pull request #1115 from PhilipBorgesen/align_usage
darwin-rebuild: Align usage description with implementation
| -rw-r--r-- | pkgs/nix-tools/darwin-rebuild.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/pkgs/nix-tools/darwin-rebuild.sh b/pkgs/nix-tools/darwin-rebuild.sh index 325cf50..e627b3c 100644 --- a/pkgs/nix-tools/darwin-rebuild.sh +++ b/pkgs/nix-tools/darwin-rebuild.sh @@ -9,11 +9,15 @@ showSyntax() { echo " [--list-generations] [{--profile-name | -p} name] [--rollback]" >&2 echo " [{--switch-generation | -G} generation] [--verbose...] [-v...]" >&2 echo " [-Q] [{--max-jobs | -j} number] [--cores number] [--dry-run]" >&2 - echo " [--keep-going] [-k] [--keep-failed] [-K] [--fallback] [--show-trace]" >&2 - echo " [-I path] [--option name value] [--arg name value] [--argstr name value]" >&2 - echo " [--flake flake] [--no-flake] [--update-input input flake] [--impure]" >&2 - echo " [--recreate-lock-file] [--no-update-lock-file] [--refresh]" >&2 - echo " [--offline] [--substituters substituters-list] ..." >&2 + echo " [--keep-going | -k] [--keep-failed | -K] [--fallback] [--show-trace]" >&2 + echo " [--print-build-logs | -L] [--impure] [-I path]" >&2 + echo " [--option name value] [--arg name value] [--argstr name value]" >&2 + echo " [--no-flake | [--flake flake]" >&2 + echo " [--commit-lock-file] [--recreate-lock-file]" >&2 + echo " [--no-update-lock-file] [--no-write-lock-file]" >&2 + echo " [--override-input input flake] [--update-input input]" >&2 + echo " [--no-registries] [--offline] [--refresh]]" >&2 + echo " [--substituters substituters-list] ..." >&2 exit 1 } |
