diff options
author | EuAndreh <eu@euandre.org> | 2023-03-14 11:09:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-14 11:09:57 -0300 |
commit | b281f8872b38327a597ca135c2dac9c93bb1cba0 (patch) | |
tree | e2a0aa0756f08c953b8116c38966ca4a298bdf9a /bin/x | |
parent | etc/sh/cronjob.sh: Fix space trimming on report output (diff) | |
download | dotfiles-b281f8872b38327a597ca135c2dac9c93bb1cba0.tar.gz dotfiles-b281f8872b38327a597ca135c2dac9c93bb1cba0.tar.xz |
bin/x: Add extra newline separation between usage() and help() strings
Diffstat (limited to 'bin/x')
-rwxr-xr-x | bin/x | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ sub usage($fh) { sub help($fh) { print $fh <<~'EOF' + Options: -h, --help show this message |