mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Product Name Change
- Converted all (appropriate) uses of 'task' to 'taskwarrior'.
This commit is contained in:
parent
a9b18da214
commit
44fe227595
303 changed files with 691 additions and 671 deletions
|
@ -1,5 +1,5 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// task - a command line task list manager.
|
||||
// taskwarrior - a command line task list manager.
|
||||
//
|
||||
// Copyright 2006 - 2010, Paul Beckingham, Federico Hernandez.
|
||||
// All rights reserved.
|
||||
|
@ -250,9 +250,9 @@ int shortUsage (std::string &outs)
|
|||
std::stringstream out;
|
||||
out << table.render ()
|
||||
<< std::endl
|
||||
<< "Documentation for task can be found using 'man task', 'man taskrc', "
|
||||
<< "'man task-tutorial', 'man task-color', 'man task-faq' or at "
|
||||
<< "http://taskwarrior.org"
|
||||
<< "Documentation for taskwarrior can be found using 'man task', "
|
||||
<< "'man taskrc', 'man task-tutorial', 'man task-color', 'man task-faq' "
|
||||
<< "or at http://taskwarrior.org"
|
||||
<< std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
@ -327,7 +327,7 @@ int longUsage (std::string &outs)
|
|||
<< " task add \"quoted ' quote\"" << "\n"
|
||||
<< " task add escaped \\' quote" << "\n"
|
||||
<< "\n"
|
||||
<< "The argument -- tells task to treat all other args as description." << "\n"
|
||||
<< "The argument -- tells taskwarrior to treat all other args as description." << "\n"
|
||||
<< " task add -- project:Home needs scheduling" << "\n"
|
||||
<< "\n"
|
||||
<< "Many characters have special meaning to the shell, including:" << "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue