mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdHelp: Code cleanup
This commit is contained in:
parent
98fd46549c
commit
595fcef9bb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ std::string CmdHelp::composeUsage () const
|
|||
view.add ("");
|
||||
|
||||
// Static first row.
|
||||
int row = view.addRow ();
|
||||
auto row = view.addRow ();
|
||||
view.set (row, 0, STRING_CMD_HELP_USAGE_LABEL);
|
||||
view.set (row, 1, "task");
|
||||
view.set (row, 2, STRING_CMD_HELP_USAGE_DESC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue