aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-04-24 09:27:23 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-04-24 09:27:23 -0400
commit197aa2f9664635f798297681f60477f79d1b30b7 (patch)
tree25df9c2d7d4ea38214c870c94290029a19163df6
parent38003129d44f31c4a197fd7871321655dcda7bc2 (diff)
downloadgana-197aa2f9664635f798297681f60477f79d1b30b7.tar.gz
gana-197aa2f9664635f798297681f60477f79d1b30b7.zip
clarify --help output
-rwxr-xr-xformat.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.sh b/format.sh
index a268ef5..3ddf115 100755
--- a/format.sh
+++ b/format.sh
@@ -2,7 +2,8 @@
2## 2##
3# Usage: format.sh TEMPLATE 3# Usage: format.sh TEMPLATE
4# 4#
5# This runs recfmt w/ template file TEMPLATE on stdin, writing to stdout. 5# This runs recfmt w/ template file TEMPLATE, taking input from stdin,
6# and writing output to stdout.
6## 7##
7me=$(basename $0) 8me=$(basename $0)
8 9