Skip to content

Commit 601b815

Browse files
committed
Typo in help
1 parent 6b6cba5 commit 601b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

q2cli/builtin/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def get_free_port():
533533
'[default: html]')
534534
@click.option('--port', required=False, type=click.IntRange(1024, 49151),
535535
default=get_free_port(),
536-
help='The port the to serve the webapp on.')
536+
help='The port to serve the webapp on.')
537537
def view(visualization_path, index_extension, port):
538538
# Guard headless envs from having to import anything large
539539
import sys

0 commit comments

Comments
 (0)