From: Cheng-Ling Lai Date: Fri, 12 Dec 2025 03:08:25 +0000 (+0800) Subject: Added a notice to snbk restore help X-Git-Tag: v0.13.1~62^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173c90a64b2f7bb3a0c4ad76ad646dd9bc3a1c0e;p=thirdparty%2Fsnapper.git Added a notice to snbk restore help --- diff --git a/client/snbk/cmd-restore.cc b/client/snbk/cmd-restore.cc index 78a4e2e8..7f3ede45 100644 --- a/client/snbk/cmd-restore.cc +++ b/client/snbk/cmd-restore.cc @@ -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'; }