Skip to content

Commit d5395a8

Browse files
authored
added default helptext to options
1 parent 1a64b90 commit d5395a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db_diff/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"output_file",
3636
type=click.Path(file_okay=True, dir_okay=False, writable=True, resolve_path=True),
3737
default=None,
38-
help="File to write JSON output to (only used with --output=jsonfile).",
38+
help="File to write JSON output to (only used with --output=jsonfile) [default: YYYY-MM-DD_HH-MM-SS_diffs.json].",
3939
)
4040
@click.option(
4141
"--outfilepath",
4242
"output_path",
4343
type=click.Path(file_okay=False, dir_okay=True, writable=True, resolve_path=True),
4444
default=None,
45-
help="Directory to save the output file (only used with --output=jsonfile).",
45+
help="Directory to save the output file (only used with --output=jsonfile) [default: current directory].",
4646
)
4747
@click.option(
4848
"--showunchanged",

0 commit comments

Comments
 (0)