This commit is contained in:
Vincent Riquer 2013-06-03 03:30:30 +02:00
parent 9f44a1f6d2
commit 1feb3b0dcc

14
atom
View File

@ -56,6 +56,20 @@ do
source "$function"
done
help() {
cat <<-EOF
Options:
-c <file> Load configuration file <file>
-C Dump configuration and exit
-l <load> Override max-load
-T <seconds> override load-interval
-F <destination> Force re-generation of all files in
<destination>
-h Show this text
-D Increase debug
EOF
}
#parse arguments
OPTERR=0
while getopts ':c:Cl:T:F:hD' opt