Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gen3/cli/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def discovery():
"--guid_field",
"guid_field",
help=(
'The column / field name within the metadata that will be used as GUIDs, if not specified, will try to find a column \ field named "guid" from the metadata.'
'The column / field name within the metadata that will be used as GUIDs, if not specified, will try to find a column / field named "guid" from the metadata.'
"If that field doesn't exist in a certain metadata record, that record will be skipped from publishing."
),
default=None,
Expand Down
Loading