From 2886ead061ad7c2ea8d6f1c68fafa8e49761e2d0 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 20 Jan 2025 18:10:45 +0530 Subject: [PATCH] Update metadata-ingestion/src/datahub/cli/delete_cli.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sergio Gómez Villamor --- metadata-ingestion/src/datahub/cli/delete_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/cli/delete_cli.py b/metadata-ingestion/src/datahub/cli/delete_cli.py index 5a7d794d7630a3..f77156b4bd7544 100644 --- a/metadata-ingestion/src/datahub/cli/delete_cli.py +++ b/metadata-ingestion/src/datahub/cli/delete_cli.py @@ -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",