From e4ad2c51280589e8f0043d7084cdd079f62a9d27 Mon Sep 17 00:00:00 2001 From: Dan King Date: Mon, 5 Feb 2024 12:46:40 -0500 Subject: [PATCH] fix bad help string --- hail/python/hailtop/hailctl/fs/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail/python/hailtop/hailctl/fs/cli.py b/hail/python/hailtop/hailctl/fs/cli.py index c30fa78ee07..4bc5b14325b 100644 --- a/hail/python/hailtop/hailctl/fs/cli.py +++ b/hail/python/hailtop/hailctl/fs/cli.py @@ -43,7 +43,7 @@ def callback(): @click.option( '-v', '--verbose', - help='The Google project to which to charge egress costs.', + help='Enable extra logging information including a progress bar.', is_flag=True, required=False, default=False,