diff --git a/brmsaptool-orig.scm b/brmsaptool-orig.scm index 03b1228..edf10bf 100644 --- a/brmsaptool-orig.scm +++ b/brmsaptool-orig.scm @@ -182,7 +182,9 @@ ;; Handle options (command-line print-help - (-h "Help" print-help) + (-h () "Help" + (print-help) + (exit 0)) (-M (dn) "Members dir" (*members-directory* dn)) (-mi (id) "Id" (action 'member-by-id)