mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 23:24:21 +00:00
home-manager: exit directly after printing help
This commit is contained in:
parent
bfc28cacbe
commit
6bec9547c6
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ while [[ $# -gt 0 ]]; do
|
|||
;;
|
||||
-h|--help)
|
||||
doHelp
|
||||
exit 0
|
||||
;;
|
||||
-n|--dry-run)
|
||||
export DRY_RUN=1
|
||||
|
|
Loading…
Reference in a new issue