diff --git a/.todo.actions.d/adda b/.todo.actions.d/adda index d962735..fe1a24a 100755 --- a/.todo.actions.d/adda +++ b/.todo.actions.d/adda @@ -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 } diff --git a/.todo.actions.d/addx b/.todo.actions.d/addx index faf50af..9c3ea16 100755 --- a/.todo.actions.d/addx +++ b/.todo.actions.d/addx @@ -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 }