aboutsummaryrefslogtreecommitdiff
path: root/bin/status-bar
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-12 07:21:54 -0300
committerEuAndreh <eu@euandre.org>2023-04-12 07:21:54 -0300
commitdeab03146e11f00d0daae78e11591c9476293d3e (patch)
tree71676aca45ae6b798faa1efca73fc8091b2d6518 /bin/status-bar
parentbin/htmlesc: Use "&apos;" over "&#39;" (diff)
downloaddotfiles-deab03146e11f00d0daae78e11591c9476293d3e.tar.gz
dotfiles-deab03146e11f00d0daae78e11591c9476293d3e.tar.xz
bin/: Add trailing semicolor to Perl heredocs
Diffstat (limited to 'bin/status-bar')
-rwxr-xr-xbin/status-bar5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/status-bar b/bin/status-bar
index 73632f6..49c289f 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