Skip to content

Commit 691a70f

Browse files
authored
changed csv to db
1 parent e77f5a7 commit 691a70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv_diff/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@click.command(
77
context_settings={"help_option_names": ["-h", "--help"]},
88
help="Compare the differences between two CSV or JSON files.",
9-
epilog="Example: csv-diff old.csv new.csv --key=Id --output=jsonfile --output-file=diff.json",
9+
epilog="Example: db-diff old.csv new.csv --key=Id --output=jsonfile --output-file=diff.json",
1010
)
1111
@click.argument(
1212
"previous",

0 commit comments

Comments
 (0)