From d1e99db2df55afafc0ecb282c967750aa9e22dff Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 22 Jun 2026 12:00:48 +1000 Subject: [PATCH] Update the cli help info about enroll.ini location --- enroll/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enroll/cli.py b/enroll/cli.py index 974b9ca..1715c98 100644 --- a/enroll/cli.py +++ b/enroll/cli.py @@ -426,8 +426,8 @@ def _add_config_args(p: argparse.ArgumentParser) -> None: "-c", "--config", help=( - "Path to an INI config file for default options. If omitted, enroll will look for " - "./enroll.ini, ./.enroll.ini, or ~/.config/enroll/enroll.ini (or $XDG_CONFIG_HOME/enroll/enroll.ini)." + "Path to an INI config file for default options. If omitted, enroll will look for a path defined by the " + "ENROLL_CONFIG environment variable , ~/.config/enroll/enroll.ini (or $XDG_CONFIG_HOME/enroll/enroll.ini)." ), ) p.add_argument(