We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611faa0 commit 1f6320bCopy full SHA for 1f6320b
1 file changed
app.py
@@ -5,7 +5,7 @@
5
6
7
@click.command()
8
-@click.option('--site', default='config', help='Please enter the sitename to list activity, e.g. gitgub')
+@click.option('--site', default='config', help='Please enter the sitename to list activity, e.g. github')
9
@click.option('--username', default='config', help='Please enter username to list activity, e.g. HariSadu')
10
@click.option('--repo', default='config', help='Please enter repository name to list activity, e.g. helloworld')
11
def execute_board(site, username, repo):
0 commit comments