disabled -> permanently_disabled

This commit is contained in:
Paul Gauthier 2024-08-16 11:03:14 -07:00
parent 607a9a8c86
commit 4759297b67
3 changed files with 15 additions and 14 deletions

View file

@ -451,7 +451,7 @@ def get_parser(default_config_files, git_root):
group.add_argument(
"--analytics-disable",
action="store_true",
help="Disable analytics forever",
help="Permanently disable analytics",
default=False,
)