Added symlink support, tweaked usage message

This commit is contained in:
Gina Trapani
2009-04-05 18:52:42 -07:00
parent 1f17672215
commit 01a250c702
2 changed files with 8 additions and 6 deletions

View File

@@ -4,9 +4,10 @@ action=$1
shift
[ "$action" = "usage" ] && {
echo " Customized add:"
echo " adda \"THING I NEED TO DO +project @context\""
echo " add an item and prioritize it A in one step"
echo " Add and prioritize A:"
curcmd=`basename $0`
echo " $curcmd \"THING I NEED TO DO +project @context\""
echo " Add an item and prioritize it A in one step"
echo ""
exit
}

View File

@@ -4,9 +4,10 @@ action=$1
shift
[ "$action" = "usage" ] && {
echo " Customized add:"
echo " addx \"THING I DID +project @context\""
echo " add an item and mark it as done in one step"
echo " Add and do:"
curcmd=`basename $0`
echo " $curcmd \"THING I DID +project @context\""
echo " Add an item and mark it as done in one step"
echo ""
exit
}