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 e77f5a7 commit 691a70fCopy full SHA for 691a70f
csv_diff/cli.py
@@ -6,7 +6,7 @@
6
@click.command(
7
context_settings={"help_option_names": ["-h", "--help"]},
8
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",
+ epilog="Example: db-diff old.csv new.csv --key=Id --output=jsonfile --output-file=diff.json",
10
)
11
@click.argument(
12
"previous",
0 commit comments