Skip to content

Commit 2630741

Browse files
authored
Fix: minor typo in --help text (#347)
1 parent 1093bda commit 2630741

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

truewiki/storage/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_repository_url(self):
139139
)
140140
@click.option(
141141
"--storage-github-private-key",
142-
help="Base64-encoded private key to access GitHub." "Always use this via an environment variable!",
142+
help="Base64-encoded private key to access GitHub. Always use this via an environment variable!",
143143
)
144144
@click.option(
145145
"--storage-github-branch",

truewiki/storage/gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_repository_url(self):
8282
)
8383
@click.option(
8484
"--storage-gitlab-private-key",
85-
help="Base64-encoded private key to access Gitlab." "Always use this via an environment variable!",
85+
help="Base64-encoded private key to access Gitlab. Always use this via an environment variable!",
8686
)
8787
@click.option(
8888
"--storage-gitlab-branch",

0 commit comments

Comments
 (0)