Skip to content

Commit 6224a34

Browse files
authored
helptext
1 parent b2247fa commit 6224a34

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
@@ -175,7 +175,7 @@ def generate_output_filename(previous: str, current: str, output_file: Optional[
175175
"\n Ignore specific fields:\n"
176176
" db-diff old.csv new.csv --ignorefields=LastModified,CreatedDate\n"
177177
"\n List available fields:\n"
178-
" db-diff old.csv new.csv --listfields"
178+
" db-diff old.csv new.csv --listfields\n"
179179
"\n Use streaming mode for large files:\n"
180180
" off (disable streaming), normal (memory efficient), sortedkey (fast with sorted keys), auto (select best mode).\n",
181181
no_args_is_help=True,

0 commit comments

Comments
 (0)