Skip to content

Commit 2c06330

Browse files
authored
test
1 parent ffeef23 commit 2c06330

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
@@ -166,7 +166,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
166166
epilog="\nExamples:\n"
167167
"\n Basic comparison:\n\n"
168168
" db-diff old.csv new.csv\n"
169-
"\n With specific key column:\n"
169+
"\n With specific key column:"
170170
"\n db-diff old.csv new.csv --key=Id\n"
171171
"\n Output to JSON file:\n"
172172
" db-diff old.csv new.csv --output=jsonfile --outfilename=diff.json\n"

0 commit comments

Comments
 (0)