mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01: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)
|
-h|--help)
|
||||||
doHelp
|
doHelp
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
-n|--dry-run)
|
-n|--dry-run)
|
||||||
export DRY_RUN=1
|
export DRY_RUN=1
|
||||||
|
|
Loading…
Reference in a new issue