summaryrefslogtreecommitdiffstats
path: root/snap-src
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-28 19:01:00 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-28 19:01:00 +0300
commit0c5fc6d7fd899a6bc67a446ab43e53290d8571e4 (patch)
treefc1f6c67731f9fae1ed02721a2331135061674ea /snap-src
parent379f1af89ef9dac5b2911d9f1562521fdcc6bae2 (diff)
downloadwekan-0c5fc6d7fd899a6bc67a446ab43e53290d8571e4.tar.gz
wekan-0c5fc6d7fd899a6bc67a446ab43e53290d8571e4.tar.bz2
wekan-0c5fc6d7fd899a6bc67a446ab43e53290d8571e4.zip
Fix typos.
Diffstat (limited to 'snap-src')
-rwxr-xr-xsnap-src/bin/wekan-help6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 8edaf24f..95814d36 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -77,19 +77,19 @@ echo -e "\t$ snap set $SNAP_NAME OAUTH2_SERVER_URL='https://chat.example.com'"
echo -e "\t-Disable the OAuth2 Server URL of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_SERVER_URL=''"
echo -e "\n"
-echo -e "OAuth2 Authorization Endpoint. Example: /oauth/authorize""
+echo -e "OAuth2 Authorization Endpoint. Example: /oauth/authorize"
echo -e "To enable the OAuth2 Authorization Endpoint of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_AUTH_ENDPOINT='/oauth/authorize'"
echo -e "\t-Disable the OAuth2 Authorization Endpoint of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_AUTH_ENDPOINT=''"
echo -e "\n"
-echo -e "OAuth2 Userinfo Endpoint. Example: /oauth/userinfo""
+echo -e "OAuth2 Userinfo Endpoint. Example: /oauth/userinfo"
echo -e "To enable the OAuth2 Userinfo Endpoint of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_USERINFO_ENDPOINT='/oauth/authorize'"
echo -e "\t-Disable the OAuth2 Userinfo Endpoint of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_USERINFO_ENDPOINT=''"
echo -e "\n"
-echo -e "OAuth2 Token Endpoint. Example: /oauth/token""
+echo -e "OAuth2 Token Endpoint. Example: /oauth/token"
echo -e "To enable the OAuth2 Token Endpoint of Wekan:"
echo -e "\t$ snap set $SNAP_NAME OAUTH2_TOKEN_ENDPOINT='/oauth/token'"
echo -e "\t-Disable the OAuth2 Token Endpoint of Wekan:"