From c58027bb9c40f006ecfd9496648cc9021fac3235 Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Sun, 2 Feb 2025 20:46:08 -0800 Subject: [PATCH] update help on new command option -restore_snapshot --- Help.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Help.md b/Help.md index d9c2906..8ac3479 100644 --- a/Help.md +++ b/Help.md @@ -31,6 +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. ---