You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nodescraper/cli/cli.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ def build_parser(
185
185
"--gen-reference-config-from-logs",
186
186
dest="reference_config_from_logs",
187
187
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.",
0 commit comments