mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_EXPORT_USAGE
This commit is contained in:
parent
60180531c6
commit
def3fd35ae
10 changed files with 1 additions and 11 deletions
|
@ -29,7 +29,6 @@
|
|||
#include <Context.h>
|
||||
#include <Filter.h>
|
||||
#include <main.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -38,7 +37,7 @@ CmdExport::CmdExport ()
|
|||
{
|
||||
_keyword = "export";
|
||||
_usage = "task <filter> export";
|
||||
_description = STRING_CMD_EXPORT_USAGE;
|
||||
_description = "Exports tasks in JSON format";
|
||||
_read_only = true;
|
||||
_displays_id = true;
|
||||
_needs_gc = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue