Skip to content

Commit ffefa79

Browse files
authored
updated helptext
1 parent 4f210b5 commit ffefa79

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
@@ -126,7 +126,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
126126
output_file: User-specified output filename (optional)
127127
output_path: User-specified output directory (optional)
128128
timestamp: Timestamp to use (optional)
129-
use_timestamp: Whether to include timestamp in filename (default: True)
129+
use_timestamp: Whether to include timestamp in filename (default: False)
130130
131131
Returns:
132132
Full path to the output file
@@ -208,7 +208,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
208208
default="readable",
209209
show_default=True,
210210
type=click.Choice(["readable", "json", "jsonfile"], case_sensitive=False),
211-
help="Output format.",
211+
help="Output format, 'jsonfile' will save output to a file.",
212212
)
213213
@click.option(
214214
"--outfilename",

0 commit comments

Comments
 (0)