mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_ERROR_NO_FILTER
This commit is contained in:
parent
e686d198e6
commit
190d57ac70
10 changed files with 1 additions and 37 deletions
|
@ -64,7 +64,7 @@ int CmdSync::execute (std::string& output)
|
|||
|
||||
Filter filter;
|
||||
if (filter.hasFilter ())
|
||||
throw std::string (STRING_ERROR_NO_FILTER);
|
||||
throw std::string ("Command line filters are not supported by this command.");
|
||||
|
||||
// Loog for the 'init' keyword to indicate one-time pending.data upload.
|
||||
bool first_time_init = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue