mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Synchronize Command
- Added the stub of the sync command.
This commit is contained in:
parent
b3bd522f73
commit
becd8f155c
7 changed files with 33 additions and 31 deletions
|
@ -259,7 +259,7 @@
|
|||
#define STRING_CMD_STATS_AVG_PEND "Average time pending"
|
||||
#define STRING_CMD_STATS_DESC_LEN "Average desc length"
|
||||
#define STRING_CMD_STATS_CHARS "{1} characters"
|
||||
#define STRING_CMD_STATS_LAST_SYNCH "Last server synchronization"
|
||||
#define STRING_CMD_STATS_LAST_SYNC "Last server synchronization"
|
||||
#define STRING_CMD_STATS_BLOCKED "Blocked tasks"
|
||||
#define STRING_CMD_STATS_BLOCKING "Blocking tasks"
|
||||
#define STRING_CMD_REPORTS_USAGE "Lists all supported reports"
|
||||
|
@ -409,8 +409,8 @@
|
|||
#define STRING_CMD_SHELL_HELP1 "Enter any task command (such as 'list'), or hit 'Enter'."
|
||||
#define STRING_CMD_SHELL_HELP2 "There is no need to include the 'task' command itself."
|
||||
#define STRING_CMD_SHELL_HELP3 "Enter 'quit' (or 'bye', 'exit') to end the session."
|
||||
#define STRING_CMD_SYNCH_USAGE "Synchronizes data with the Task Server"
|
||||
#define STRING_CMD_SYNCH_NO_SERVER "Task Server is not configured."
|
||||
#define STRING_CMD_SYNC_USAGE "Synchronizes data with the Task Server"
|
||||
#define STRING_CMD_SYNC_NO_SERVER "Task Server is not configured."
|
||||
#define STRING_CMD_DIAG_USAGE "Platform, build and environment details"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platform"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<unknown>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue