]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Added a notice to snbk restore help
authorCheng-Ling Lai <jamesljlster@gmail.com>
Fri, 12 Dec 2025 03:08:25 +0000 (11:08 +0800)
committerCheng-Ling Lai <jamesljlster@gmail.com>
Fri, 12 Dec 2025 03:08:25 +0000 (11:08 +0800)
client/snbk/cmd-restore.cc

index 78a4e2e8b63b856caf07cd799c9da413969fffbb..7f3ede453f024adbe6b5b98212eb67b05322a337 100644 (file)
@@ -45,6 +45,9 @@ namespace snapper
     {
        cout << "  " << _("Restore:") << '\n'
             << "\t" << _("snbk restore [numbers]") << '\n'
+            << '\n'
+            << "\t" << _("Notice: Restart the `snapperd` service to make the restored "
+                         "snapshots visible immediately.") << '\n'
             << '\n';
     }