mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
update '.data' warning message to '*.data' for better readability (#3409)
TDB2: update '.data' warning to '*.data' for better readability, closes #3406
This commit is contained in:
parent
eaef05ee95
commit
7dba5e7695
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void TDB2::open_replica (const std::string& location, bool create_if_missing)
|
|||
if (pending_data.exists()) {
|
||||
Color warning = Color (Context::getContext ().config.get ("color.warning"));
|
||||
std::cerr << warning.colorize (
|
||||
format ("Found existing '.data' files in {1}", location)) << "\n";
|
||||
format ("Found existing '*.data' files in {1}", location)) << "\n";
|
||||
std::cerr << " Taskwarrior's storage format changed in 3.0, requiring a manual migration.\n";
|
||||
std::cerr << " See https://github.com/GothenburgBitFactory/taskwarrior/releases.\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue