Skip to content

Commit 0aa639d

Browse files
committed
fixed cli help message
Signed-off-by: Zethson <[email protected]>
1 parent 18fda8d commit 0aa639d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
1212

1313
**Fixed**
1414

15+
* help command message
16+
1517
**Dependencies**
1618

1719
**Deprecated**

lcep_package/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main(input: str, model: str, output: str):
2727
                           
2828
""")
2929

30-
print('[bold blue]Run [green]cookietemple --help [blue]for an overview of all commands\n')
30+
print('[bold blue]Run [green]lcep-package --help [blue]for an overview of all commands\n')
3131
if not model:
3232
model = get_xgboost_model(f'{WD}/models/model_28.08.2020_v1.xgb')
3333
else:

0 commit comments

Comments
 (0)