Skip to content

Commit 1f6320b

Browse files
Update app.py
1 parent 611faa0 commit 1f6320b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@click.command()
8-
@click.option('--site', default='config', help='Please enter the sitename to list activity, e.g. gitgub')
8+
@click.option('--site', default='config', help='Please enter the sitename to list activity, e.g. github')
99
@click.option('--username', default='config', help='Please enter username to list activity, e.g. HariSadu')
1010
@click.option('--repo', default='config', help='Please enter repository name to list activity, e.g. helloworld')
1111
def execute_board(site, username, repo):

0 commit comments

Comments
 (0)