Skip to content

Commit

Permalink
fix bad help string
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Feb 5, 2024
1 parent 531a74a commit e4ad2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/python/hailtop/hailctl/fs/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e4ad2c5

Please sign in to comment.