diff --git a/src/main_commands.cpp b/src/main_commands.cpp index 2f6e588..ab0c15c 100644 --- a/src/main_commands.cpp +++ b/src/main_commands.cpp @@ -268,7 +268,10 @@ int backup(const std::vector & args, bool silent) { return false; } - if (!silent) std::cout << "Backup created successfully: " << local_backup_file_path << std::endl; + if (!silent) { + std::cout << "Backup created successfully. Restore with:"<