Index: devtodo-0.1.19/contrib/devtodo.bash-completion =================================================================== --- devtodo-0.1.19/contrib/devtodo.bash-completion {cset 9b4d9f02-fdb7-4641-b07f-7359b794d6b0} +++ devtodo-0.1.19/contrib/devtodo.bash-completion {local clone} @@ -35,6 +35,6 @@ _devtodo() { ;; esac } -complete -o filenames -F _devtodo devtodo todo tda tde tdr tdd tdl +complete -o filenames -F _devtodo devtodo todo tda tde tdr tdd # vim: set ft=sh tw=80 sw=4 et : Index: devtodo-0.1.19/src/support.cc =================================================================== --- devtodo-0.1.19/src/support.cc {cset 5f5bd9cb-18fb-4046-bff5-4f3dbd781e47} +++ devtodo-0.1.19/src/support.cc {local clone} @@ -289,11 +289,10 @@ enum { Help = -100, Remove, Version, Tit << "Where can be any of the following:" << endl; args.displayHelp(cout, options.columns); cout << endl - << "In addition, there are five convenience symlinks. These are 'tda', 'tdr'," << endl - << "'tdd', 'tde', and 'tdl'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << endl + << "In addition, there are four convenience symlinks. These are 'tda', 'tdr'," << endl + << "'tdd', and 'tde'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << endl << "mark done and remove respectively. For 'tda' supply the text of the todo item" << endl - << "item and optionally the priority. For 'tdl' supply the path to another todo" << endl - << "file to link in to the current todo file." << endl + << "item and optionally the priority." << endl << "eg. tde 1" << endl; exit(0); break;