mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Wrap comments for readability
This commit is contained in:
parent
5f1de4077c
commit
35b7b8927d
4
main.sh
4
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"
|
||||
|
Loading…
Reference in New Issue
Block a user