Skip to content

Commit 0b50105

Browse files
committed
Updated help for --gen-reference-config-from-logs
1 parent b7d6aea commit 0b50105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def build_parser(
185185
"--gen-reference-config-from-logs",
186186
dest="reference_config_from_logs",
187187
type=log_path_arg,
188-
help="Generate reference config from previous run logfiles. Writes to ./reference_config.json.",
188+
help="Generate reference config from previous run logfiles. Writes to --output-path/reference_config.json if provided, otherwise ./reference_config.json.",
189189
)
190190

191191
config_builder_parser.add_argument(

0 commit comments

Comments
 (0)