diff --git a/mypy/main.py b/mypy/main.py index 9ebbf78ded09..19cb4f0d0a99 100644 --- a/mypy/main.py +++ b/mypy/main.py @@ -1066,11 +1066,7 @@ def add_invertible_flag( incremental_group.add_argument( "--fixed-format-cache", action="store_true", - help=( - "Use experimental fast and compact fixed format cache" - if compilation_status == "yes" - else argparse.SUPPRESS - ), + help="Use new fast and compact fixed format cache", ) incremental_group.add_argument( "--skip-version-check",