mercurial/debugcommands.py
changeset 46211 2dbe6053d49a
parent 46208 083438d6f403
child 46237 bc884e31b8c8
--- a/mercurial/debugcommands.py	Wed Dec 16 14:16:10 2020 +0530
+++ b/mercurial/debugcommands.py	Wed Dec 16 14:55:27 2020 +0530
@@ -3930,7 +3930,7 @@
       * `--changelog`: optimize the changelog only
       * `--no-changelog --no-manifest`: optimize filelogs only
       * `--filelogs`: optimize the filelogs only
-      * `--no-changelog --no-manifest --no-filelogs`: skip all filelog optimisation
+      * `--no-changelog --no-manifest --no-filelogs`: skip all revlog optimizations
     """
     return upgrade.upgraderepo(
         ui, repo, run=run, optimize=set(optimize), backup=backup, **opts