diff options
author | EuAndreh <eu@euandre.org> | 2023-07-31 03:06:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-31 03:06:26 -0300 |
commit | bbe7b91e335cb30a864042174a49cee8256e6a3d (patch) | |
tree | 94ba9419229b44e3edaceb6454a57875f58026eb /bin/boop | |
parent | etc/guix/home.scm: Add "filezilla" package (diff) | |
download | dotfiles-bbe7b91e335cb30a864042174a49cee8256e6a3d.tar.gz dotfiles-bbe7b91e335cb30a864042174a49cee8256e6a3d.tar.xz |
bin/boop: Fix "usage()" message
Diffstat (limited to 'bin/boop')
-rwxr-xr-x | bin/boop | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,8 +3,9 @@ set -eu usage() { cat <<-'EOF' - boop [-m MESSAGE] [-n] -- COMMAND... - boop -h + Usage: + boop [-m MESSAGE] [-n] -- COMMAND... + boop -h EOF } |