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 shift
[ "$action" = "usage" ] && { [ "$action" = "usage" ] && {
echo " Customized add:" echo " Add and prioritize A:"
echo " adda \"THING I NEED TO DO +project @context\"" curcmd=`basename $0`
echo " add an item and prioritize it A in one step" echo " $curcmd \"THING I NEED TO DO +project @context\""
echo " Add an item and prioritize it A in one step"
echo "" echo ""
exit exit
} }

View File

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