Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 4e00ad3

Browse files
committed
#695: Fixes error return code when requesting help
1 parent 4998338 commit 4e00ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/usr/sbin/reaper

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ function main ()
239239
shift 2 || break
240240
;;
241241
-h|--help)
242+
help="true"
242243
__usage
243244
;;
244245
--monochrome)

0 commit comments

Comments
 (0)