From b281f8872b38327a597ca135c2dac9c93bb1cba0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 14 Mar 2023 11:09:57 -0300 Subject: bin/x: Add extra newline separation between usage() and help() strings --- bin/x | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/x b/bin/x index 42f5770..02c9e1e 100755 --- a/bin/x +++ b/bin/x @@ -18,6 +18,7 @@ sub usage($fh) { sub help($fh) { print $fh <<~'EOF' + Options: -h, --help show this message -- cgit v1.2.3