diff options
author | EuAndreh <eu@euandre.org> | 2023-02-19 10:04:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-19 10:04:29 -0300 |
commit | b097b418bba400da8f8f28fa5ac887b2cbd1261e (patch) | |
tree | f74b2d517078ff8e62b98f3ab2d583bc5b5143fa /bin/check | |
parent | etc/ssh/known_hosts: Add pilotis.net (diff) | |
download | dotfiles-b097b418bba400da8f8f28fa5ac887b2cbd1261e.tar.gz dotfiles-b097b418bba400da8f8f28fa5ac887b2cbd1261e.tar.xz |
bin/check: Add "Examples" section to the help string
Diffstat (limited to 'bin/check')
-rwxr-xr-x | bin/check | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 } |