Skip to content

Commit ffeef23

Browse files
authored
helptext
1 parent 6224a34 commit ffeef23

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
@@ -164,10 +164,10 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
164164
},
165165
help="Compare two CSV or JSON files and identify differences.",
166166
epilog="\nExamples:\n"
167-
"\n Basic comparison:\n"
167+
"\n Basic comparison:\n\n"
168168
" db-diff old.csv new.csv\n"
169169
"\n With specific key column:\n"
170-
" db-diff old.csv new.csv --key=Id\n"
170+
"\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"
173173
"\n Compare only specific fields:\n"

0 commit comments

Comments
 (0)