lang: prefer 'clear (snap) history' to 'scrub' (#721)

This commit is contained in:
jtagcat
2022-06-25 11:43:57 +00:00
committed by GitHub
parent dbd9b470d7
commit 7c12c47204
6 changed files with 22 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ def main():
create_datastore_dir = False
for opt, arg in opts:
# if opt == '--purge':
# if opt == '--clear-all-history':
# Remove history, the actual files you need to delete manually.
# for uuid, watch in datastore.data['watching'].items():
# watch.update({'history': {}, 'last_checked': 0, 'last_changed': 0, 'previous_md5': None})