Skip to content

Commit 000f875

Browse files
authored
updated helptext
1 parent fc521a9 commit 000f875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_diff/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def load(filename, key, input_format, encoding="utf-8"):
7575
"output_file",
7676
type=click.Path(file_okay=True, dir_okay=False, writable=True, resolve_path=True),
7777
default=None,
78-
help="File to write JSON output to (only used with --output=jsonfile). [default: YYYY-MM-DD_HH-MM-SS_diffs.json]",
78+
help="File to write JSON output to (only used with --output=jsonfile). [default: YYYY-MM-DD_HH-MM-SS_diffs_file1name__VS__file2name.json]",
7979
)
8080
@click.option(
8181
"--outfilepath",

0 commit comments

Comments
 (0)