Skip to content

Commit 4de965f

Browse files
crowecawcawmwiebe
authored andcommitted
docs: clarify help text for --extensions
Signed-off-by: Stephen Crowe <6042774+crowecawcaw@users.noreply.github.com>
1 parent 2a77c12 commit 4de965f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openjd/cli/_common/_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def add_extensions_argument(run_parser: ArgumentParser):
1111
run_parser.add_argument(
1212
"--extensions",
13-
help=f"A comma-separated list of Open Job Description extension names to enable. Defaults to all that are implemented: {','.join(SUPPORTED_EXTENSIONS)}",
13+
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)}",
1414
)
1515

1616

0 commit comments

Comments
 (0)