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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mlia/cli/options.py b/src/mlia/cli/options.py
index b16f77f..d40aa88 100644
--- a/src/mlia/cli/options.py
+++ b/src/mlia/cli/options.py
@@ -233,8 +233,8 @@ def add_output_directory(parser: argparse.ArgumentParser) -> None:
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 temporary "
- "directory instead.",
+ "If not specified then MLIA will use "
+ "directory 'mlia-output' in the current working directory instead.",
)