Documentation

- Improved the working in the 'edit' command template.
This commit is contained in:
Paul Beckingham 2011-10-01 11:49:41 -04:00
parent 7b34344626
commit 14343e8e4d

View file

@ -143,19 +143,19 @@ std::string CmdEdit::formatTask (Task task)
if (verbose)
before << "# The 'task edit <id>' command allows you to modify all aspects of a task\n"
<< "# using a text editor. What is shown below is a representation of the\n"
<< "# task in all it's detail. Modify what you wish, and if you save and\n"
<< "# quit your editor, taskwarrior will read this file and try to make sense\n"
<< "# of what changed, and apply those changes. If you quit your editor\n"
<< "# without saving or making any modifications, taskwarrior will do nothing.\n"
<< "# using a text editor. Below is a representation of all the task details.\n"
<< "# Modify what you wish, and when you save and quit your editor, \n"
<< "# taskwarrior will read this file, determine what changed, and apply\n"
<< "# those changes. If you exit your editor without saving or making\n"
<< "# modifications, taskwarrior will do nothing.\n"
<< "#\n"
<< "# Lines that begin with # represent data you cannot change, like ID.\n"
<< "# If you get too 'creative' with your editing, taskwarrior will dump you\n"
<< "# back into the editor to try again.\n"
<< "# If you get too creative with your editing, taskwarrior will send you\n"
<< "# back to the editor to try again.\n"
<< "#\n"
<< "# Should you find yourself in an endless Groundhog Day loop, editing and\n"
<< "# editing the same file, just quit the editor without making any changes.\n"
<< "# Taskwarrior will notice this and stop the editing.\n"
<< "# Should you find yourself in an endless loop, re-editing the same file,\n"
<< "# just quit the editor without making any changes. Taskwarrior will \n"
<< "# notice this and stop the editing.\n"
<< "#\n";
before << "# Name Editable details\n"