tt.sh
changeset 17 f0fcc2a59caf
parent 9 d571ba4d952c
equal deleted inserted replaced
16:20b855c57e9c 17:f0fcc2a59caf
    30 	TT_PROJECT=$HOME/.tt
    30 	TT_PROJECT=$HOME/.tt
    31 fi
    31 fi
    32 
    32 
    33 function usage
    33 function usage
    34 {
    34 {
    35 	echo "Usage: $PNAME [-d] [-l] [-t]"
    35 	echo "Usage: $PNAME <-s|-l|-t|-h>"
    36     echo "       $PNAME <task>"
    36     echo "       $PNAME <task>"
    37     echo "Manual:"
    37     echo "Manual:"
    38     echo "  Switch to a task         :  tt mytask"
    38     echo "  Switch to a task         :  tt mytask"
    39     echo "  List task switches       :  tt -l"
    39     echo "  List task switches       :  tt -l"
    40     echo "  List time spent per task :  tt -t"
    40     echo "  List time spent per task :  tt -t"