implement -keep

This commit is contained in:
George Danchev
2011-06-27 14:31:39 +00:00
parent a4fa6ff919
commit cf34732b18
3 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ START_DIR_DONT_CHANGE=`pwd`
# config file
CONFFILE=$HOME/TODO.conf
CLEAN=0
KEEP=0
#####################################################################
print_help() {
@ -19,7 +19,7 @@ print_help() {
Usage:
$0 -help
# using a config file ${CONFFILE}
$0 -rc [-clean]
$0 -rc [-keep]
# without using a config file
$0
HLP