Skip to content

Commit a6a0edb

Browse files
authored
updated helptext
1 parent 2516a3e commit a6a0edb

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
@@ -101,7 +101,7 @@ def load(filename, key, input_format, encoding="utf-8"):
101101
"--ignorefields",
102102
type=str,
103103
default=None,
104-
help="Comma-separated list of fields to ignore during comparison. Mutually exclusive with --fields. (example: --ignorefields=LastModifiedDate,SystemModstamp,Days_Since_Last_Contact__c).",
104+
help="Comma-separated list of fields to ignore during comparison. Mutually exclusive with --fields. (example: --ignorefields=LastModifiedDate,SystemModstamp).",
105105
)
106106
@click.option(
107107
"--showunchanged",

0 commit comments

Comments
 (0)