diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/status-bar | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/status-bar b/bin/status-bar index 73632f64..49c289fc 100755 --- a/bin/status-bar +++ b/bin/status-bar @@ -14,7 +14,7 @@ use JSON (); use open IN => ':encoding(UTF-8)'; sub usage($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; Usage: status-bar status-bar -h @@ -22,7 +22,8 @@ sub usage($fh) { } sub help($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; + Options: -h, --help show this message |
