summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/tgencode5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/tgencode b/bin/tgencode
index e0a1a22..52c40dc 100755
--- a/bin/tgencode
+++ b/bin/tgencode
@@ -12,7 +12,7 @@ fi
set -e
-version="3.3"
+version="3.4"
if [[ -n "${1}" ]]
then
@@ -136,7 +136,8 @@ fi
if [[ -z "${1}" ]]
then
- echo "No input file specified. See '${0} -h'"
+ echo "No input file specified" \
+ "\nSee '${0} -h'"
exit 1
fi