home-manager: exit directly after printing help

This commit is contained in:
Robert Helgesson 2019-08-26 23:06:20 +02:00
parent bfc28cacbe
commit 6bec9547c6
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -485,6 +485,7 @@ while [[ $# -gt 0 ]]; do
;;
-h|--help)
doHelp
exit 0
;;
-n|--dry-run)
export DRY_RUN=1