|
Lines 289-299
enum { Help = -100, Remove, Version, Tit
|
Link Here
|
|---|
|
<< "Where <arguments> can be any of the following:" << endl; | << "Where <arguments> can be any of the following:" << endl; |
args.displayHelp(cout, options.columns); | args.displayHelp(cout, options.columns); |
cout << endl | cout << endl |
<< "In addition, there are five convenience symlinks. These are 'tda', 'tdr'," << endl |
<< "In addition, there are four convenience symlinks. These are 'tda', 'tdr'," << endl |
<< "'tdd', 'tde', and 'tdl'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << 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 | << "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 |
<< "item and optionally the priority." << endl |
<< "file to link in to the current todo file." << endl |
|
<< "eg. tde 1" << endl; | << "eg. tde 1" << endl; |
exit(0); | exit(0); |
break; | break; |