We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc521a9 commit 000f875Copy full SHA for 000f875
db_diff/cli.py
@@ -75,7 +75,7 @@ def load(filename, key, input_format, encoding="utf-8"):
75
"output_file",
76
type=click.Path(file_okay=True, dir_okay=False, writable=True, resolve_path=True),
77
default=None,
78
- help="File to write JSON output to (only used with --output=jsonfile). [default: YYYY-MM-DD_HH-MM-SS_diffs.json]",
+ help="File to write JSON output to (only used with --output=jsonfile). [default: YYYY-MM-DD_HH-MM-SS_diffs_file1name__VS__file2name.json]",
79
)
80
@click.option(
81
"--outfilepath",
0 commit comments