aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/cli/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/cli/options.py')
-rw-r--r--src/mlia/cli/options.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mlia/cli/options.py b/src/mlia/cli/options.py
index d40aa88..fe177eb 100644
--- a/src/mlia/cli/options.py
+++ b/src/mlia/cli/options.py
@@ -231,10 +231,11 @@ def add_output_directory(parser: argparse.ArgumentParser) -> None:
parser.add_argument(
"--output-dir",
type=Path,
- help="Path to the directory where MLIA "
- "stores artifacts, e.g. logs, target profiles and model files. "
- "If not specified then MLIA will use "
- "directory 'mlia-output' in the current working directory instead.",
+ help="Path to the directory where MLIA will create "
+ "output directory 'mlia-output' "
+ "for storing artifacts, e.g. logs, target profiles and model files. "
+ "If not specified then 'mlia-output' directory will be created "
+ "in the current working directory.",
)