mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge pull request #3341 from ryneeverett/sync-config-man-warning
sync: Point to manpage if unconfigured
This commit is contained in:
commit
933885f21c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int CmdSync::execute (std::string& output)
|
|||
os << "Sync server at " << origin;
|
||||
server_ident = os.str();
|
||||
} else {
|
||||
throw std::string ("No sync.* settings are configured.");
|
||||
throw std::string ("No sync.* settings are configured. See task-sync(5).");
|
||||
}
|
||||
|
||||
std::stringstream out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue