From 5d6c71d03a28b63e47b4b581cc7f662aca6a8c11 Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Sun, 2 Feb 2025 20:54:31 -0800 Subject: [PATCH] update help on -restore_snapshot --- Help.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Help.md b/Help.md index 8ac3479..da30812 100644 --- a/Help.md +++ b/Help.md @@ -31,8 +31,7 @@ | -check_upgrade=0 | Disable the PersistentWindows upgrade check | -auto_upgrade=1 | Upgrade PersistentWindows automatically without user interaction | -dump_window_position_history=0 | Disable window position history dump - | -restore_snapshot "0" | restore snapshot 0 and exit. The range of snapshot id is [0-9a-z], as well as "~" or "`", the last two special ids represent the last auto restore. - + | -restore_snapshot "0" | restore snapshot 0 and exit. The range of snapshot id is [0-9a-z], as well as "~" or "`", the last two special ids represent the last auto restore. Note the window z-order can not be fully retored using this method, due to lack of capability to do multi-pass restore. --- ### Shortcuts to capture/restore snapshots