diff --git a/src/openjd/cli/_common/_extensions.py b/src/openjd/cli/_common/_extensions.py index 3732d3b..b414a11 100644 --- a/src/openjd/cli/_common/_extensions.py +++ b/src/openjd/cli/_common/_extensions.py @@ -10,7 +10,7 @@ def add_extensions_argument(run_parser: ArgumentParser): run_parser.add_argument( "--extensions", - help=f"A comma-separated list of Open Job Description extension names to enable. Defaults to all that are implemented: {','.join(SUPPORTED_EXTENSIONS)}", + help=f"A comma-separated list of Open Job Description extension names that the CLI will accept from job templates. Templates declare which extensions they use. Defaults to all that are implemented: {','.join(SUPPORTED_EXTENSIONS)}", )