Skip to content

Commit

Permalink
Update metadata-ingestion/src/datahub/cli/delete_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Gómez Villamor <[email protected]>
  • Loading branch information
anshbansal and sgomezvillamor authored Jan 20, 2025
1 parent 4d2e963 commit 2886ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/cli/delete_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def undo_by_filter(
@click.option(
"--urn-file",
required=False,
help="Absolute path of file with urns (one per line) to be deleted",
help="Path of file with urns (one per line) to be deleted",
)
@click.option(
"-a",
Expand Down

0 comments on commit 2886ead

Please sign in to comment.