aboutsummaryrefslogtreecommitdiff
path: root/bin/check
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-19 10:04:29 -0300
committerEuAndreh <eu@euandre.org>2023-02-19 10:04:29 -0300
commitb097b418bba400da8f8f28fa5ac887b2cbd1261e (patch)
treef74b2d517078ff8e62b98f3ab2d583bc5b5143fa /bin/check
parentetc/ssh/known_hosts: Add pilotis.net (diff)
downloaddotfiles-b097b418bba400da8f8f28fa5ac887b2cbd1261e.tar.gz
dotfiles-b097b418bba400da8f8f28fa5ac887b2cbd1261e.tar.xz
bin/check: Add "Examples" section to the help string
Diffstat (limited to 'bin/check')
-rwxr-xr-xbin/check12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/check b/bin/check
index 8348041..869c12f 100755
--- a/bin/check
+++ b/bin/check
@@ -20,6 +20,18 @@ help() {
Run Makefile tests. This binary is available to simplify the
cronjob.
+
+
+ Examples:
+
+ Just run it:
+
+ $ check
+
+
+ Runs check in a cronjob:
+
+ $ cronjob check
EOF
}