mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
l10n: Eliminated STRING_CMD_COUNT_*
This commit is contained in:
parent
57ba9edf4f
commit
ce6f4963e7
10 changed files with 1 additions and 11 deletions
|
@ -29,14 +29,13 @@
|
|||
#include <Filter.h>
|
||||
#include <main.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
CmdCount::CmdCount ()
|
||||
{
|
||||
_keyword = "count";
|
||||
_usage = "task <filter> count";
|
||||
_description = STRING_CMD_COUNT_USAGE;
|
||||
_description = "Counts matching tasks";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue