Skip to content

Commit 2774516

Browse files
Update metadata-ingestion/src/datahub/cli/delete_cli.py
Co-authored-by: Sergio Gómez Villamor <[email protected]>
1 parent 55266f5 commit 2774516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/cli/delete_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def undo_by_filter(
266266
help="Urn of the entity to delete, for single entity deletion",
267267
)
268268
@click.option(
269-
"--urn-file", required=True, help="Absolute path of file with urns to be deleted"
269+
"--urn-file", required=True, help="Absolute path of file with urns (one per line) to be deleted"
270270
)
271271
@click.option(
272272
"-a",

0 commit comments

Comments
 (0)