update help on new command option -restore_snapshot

This commit is contained in:
Kang Yu 2025-02-02 20:46:08 -08:00
parent 62a03e4ed3
commit c58027bb9c

View file

@ -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.
---