Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138412
Collapse All | Expand All

(-)devtodo-0.1.19/contrib/devtodo.bash-completion (-1 / +1 lines)
Lines 35-40 _devtodo() { Link Here
35
            ;;
35
            ;;
36
    esac
36
    esac
37
}
37
}
38
complete -o filenames -F _devtodo devtodo todo tda tde tdr tdd tdl
38
complete -o filenames -F _devtodo devtodo todo tda tde tdr tdd
39
39
40
# vim: set ft=sh tw=80 sw=4 et :
40
# vim: set ft=sh tw=80 sw=4 et :
(-)devtodo-0.1.19/src/support.cc (-4 / +3 lines)
Lines 289-299 enum { Help = -100, Remove, Version, Tit Link Here
289
					<< "Where <arguments> can be any of the following:" << endl;
289
					<< "Where <arguments> can be any of the following:" << endl;
290
				args.displayHelp(cout, options.columns);
290
				args.displayHelp(cout, options.columns);
291
				cout << endl
291
				cout << endl
292
					<< "In addition, there are five convenience symlinks. These are 'tda', 'tdr'," << endl
292
					<< "In addition, there are four convenience symlinks. These are 'tda', 'tdr'," << endl
293
					<< "'tdd', 'tde', and 'tdl'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << endl
293
					<< "'tdd', and 'tde'. For 'tde', 'tdd' and 'tdr' supply an index to edit," << endl
294
					<< "mark done and remove respectively. For 'tda' supply the text of the todo item" << endl
294
					<< "mark done and remove respectively. For 'tda' supply the text of the todo item" << endl
295
					<< "item and optionally the priority. For 'tdl' supply the path to another todo" << endl
295
					<< "item and optionally the priority." << endl
296
					<< "file to link in to the current todo file." << endl
297
					<< "eg. tde 1" << endl;
296
					<< "eg. tde 1" << endl;
298
				exit(0);
297
				exit(0);
299
			break;
298
			break;

Return to bug 138412