mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
l10n: Eliminated STRING_CMD_EXEC_*
This commit is contained in:
parent
bb6f78b7c3
commit
e62b8702dc
10 changed files with 1 additions and 11 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <CmdExec.h>
|
||||
#include <stdlib.h>
|
||||
#include <Context.h>
|
||||
#include <i18n.h>
|
||||
#include <shared.h>
|
||||
|
||||
extern Context context;
|
||||
|
@ -38,7 +37,7 @@ CmdExec::CmdExec ()
|
|||
{
|
||||
_keyword = "execute";
|
||||
_usage = "task execute <external command>";
|
||||
_description = STRING_CMD_EXEC_USAGE;
|
||||
_description = "Executes external commands and scripts";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue