Skip to content

Commit

Permalink
ref: indent -h (help)
Browse files Browse the repository at this point in the history
iruzo committed Aug 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aa94c1a commit aeac300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pxalarm
Original file line number Diff line number Diff line change
@@ -20,12 +20,12 @@ while getopts dh opt 2>/dev/null; do
;;
h)
echo "\
Usage: $0 [-dh]
Usage: $0 [-dh]
POSIX sh simple alarm
POSIX sh simple alarm
-d Daemonize and run in the background
-h Print this help text" >&2
-d Daemonize and run in the background
-h Print this help text" >&2
exit 0
;;
?)

0 comments on commit aeac300

Please sign in to comment.