mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_TRIVIAL_INPUT
This commit is contained in:
parent
60394aad6a
commit
f43b51cf85
10 changed files with 1 additions and 10 deletions
|
@ -534,7 +534,7 @@ void CLI2::analyze ()
|
|||
{
|
||||
defaultCommand ();
|
||||
if (! findCommand ())
|
||||
throw std::string (STRING_TRIVIAL_INPUT);
|
||||
throw std::string ("You must specify a command or a task to modify.");
|
||||
}
|
||||
|
||||
demotion ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue