From a2c233e3282158414fbeccdcfeec3cf650875fa3 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 27 Apr 2025 21:17:22 +1200 Subject: [PATCH] Tidying --- src/main_commands.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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:"<