Skip to content

Commit 246d79c

Browse files
authored
Fix typo: And → Add in GenericParameters.py help text (#295)
Fixed typo in environment variable help text where "And an" should be "Add an"
1 parent a7b32f4 commit 246d79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exegol/console/cli/actions/GenericParameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self, groupArgs: List[GroupArg]):
5959
action="append",
6060
default=[],
6161
dest="envs",
62-
help="And an environment variable on Exegol (format: --env KEY=value). The variables "
62+
help="Add an environment variable on Exegol (format: --env KEY=value). The variables "
6363
"configured during the creation of the container will be persistent in all shells. "
6464
"If the container already exists, the variable will be present only in the current shell",
6565
completer=EnvironCompleter)

0 commit comments

Comments
 (0)