Fix case
This commit is contained in:
parent
804be6d760
commit
49d65c1073
2
jlmkr.py
2
jlmkr.py
|
@ -1289,7 +1289,7 @@ def create_jail(**kwargs):
|
||||||
print(
|
print(
|
||||||
dedent(
|
dedent(
|
||||||
f"""
|
f"""
|
||||||
TIP: Run `{COMMAND_NAME} create` without any arguments for interactive config.
|
Hint: run `{COMMAND_NAME} create` without any arguments for interactive config.
|
||||||
Or use CLI args to override the default options.
|
Or use CLI args to override the default options.
|
||||||
For more info, run: `{COMMAND_NAME} create --help`
|
For more info, run: `{COMMAND_NAME} create --help`
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue