mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation Update
- Added a task-tutorial man page mention to the help and version command. - Corrected comment about attribute entity encoding/decoding.
This commit is contained in:
parent
93067f3c3b
commit
0ab2169c65
3 changed files with 6 additions and 7 deletions
|
@ -742,7 +742,8 @@ void Att::dequote (std::string& value) const
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Encode values prior to serialization.
|
||||
// \t -> &tab;
|
||||
// " -> "
|
||||
// ' -> &squot;
|
||||
// " -> &dquot;
|
||||
// , -> ,
|
||||
// [ -> &open;
|
||||
// ] -> &close;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue