Wrap comments for readability

This commit is contained in:
Kevin van Zonneveld 2014-07-23 11:28:54 +02:00
parent 5f1de4077c
commit 35b7b8927d

View File

@ -27,8 +27,8 @@
# Environment variables and their defaults # Environment variables and their defaults
LOG_LEVEL="${LOG_LEVEL:-6}" # 7 = debug -> 0 = emergency 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. # Commandline options. This defines the usage page, and is used to parse cli
# the parsing is unforgiving so be precise in your syntax: # opts & defaults from. The parsing is unforgiving so be precise in your syntax
read -r -d '' usage <<-'EOF' read -r -d '' usage <<-'EOF'
-f [arg] Filename to process. -f [arg] Filename to process.
-t [arg] Location of tempfile. Default="/tmp/x" -t [arg] Location of tempfile. Default="/tmp/x"