From 35b7b8927df708ddb538975300791e23ebfaf929 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 23 Jul 2014 11:28:54 +0200 Subject: [PATCH] Wrap comments for readability --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 6ac4164..7933789 100755 --- a/main.sh +++ b/main.sh @@ -27,8 +27,8 @@ # Environment variables and their defaults LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency -# Commandline options. This defines the usage page, and is used to parse cli opts & defaults from. -# the parsing is unforgiving so be precise in your syntax: +# Commandline options. This defines the usage page, and is used to parse cli +# opts & defaults from. The parsing is unforgiving so be precise in your syntax read -r -d '' usage <<-'EOF' -f [arg] Filename to process. -t [arg] Location of tempfile. Default="/tmp/x"