We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 611faa0 + 1f6320b commit b3abab0Copy full SHA for b3abab0
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