# HG changeset patch # User Kim Alvefur # Date 1639090877 -3600 # Node ID e7d1d68f02794f4ea316f681ef4e8b15da23c1bf # Parent 9c2af2146ee236c58529f67b4162184183fed4b9 mod_export_skeletons: Document archive name override option This was why I went with argparse to begin with, so of course it was forgotten when I got to writing docs diff -r 9c2af2146ee2 -r e7d1d68f0279 mod_export_skeletons/README.md --- a/mod_export_skeletons/README.md Thu Dec 09 23:48:25 2021 +0100 +++ b/mod_export_skeletons/README.md Fri Dec 10 00:01:17 2021 +0100 @@ -15,6 +15,12 @@ exporting all users at once by giving the special username `*`, i.e. `prosodyctl mod_export_skeletons \*@example.com`. +## Options + +`--archive=archive` +: For overriding the store name, e.g. for compat with "archive2" or + querying MUC archives with `muc_log` + `--start=timestamp` : Start of time span to export in [XEP-0082] format