summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-08-02 13:30:10 +0200
committerclsr <clsr@clsr.net>2016-08-02 13:30:10 +0200
commit06d44ff74601a3e546844faac2def1292636d3a5 (patch)
tree947d981831b8caf83fdefd16e5b2e1244d8335dc
parent426c71f6007bb9fa5b917047484c2109c95b7dd3 (diff)
downloadgomf-tools-06d44ff74601a3e546844faac2def1292636d3a5.tar.gz
gomf-tools-06d44ff74601a3e546844faac2def1292636d3a5.zip
Fix incorrect documentation in run-gomf.bash
-rwxr-xr-xrun-gomf.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-gomf.bash b/run-gomf.bash
index d161016..494e259 100755
--- a/run-gomf.bash
+++ b/run-gomf.bash
@@ -36,7 +36,7 @@ set -e
# Generated URLs will be $UPLOAD_URL/$file.$ext.
# If not specified, it is generated depending on which variables are set:
# - $UPLOAD_HOST and $LISTEN_HTTPS: https://$UPLOAD_HOST/
-# - $UPLOAD_HOST and $LISTEN_HTTP: https://$UPLOAD_HOST/
+# - $UPLOAD_HOST and $LISTEN_HTTP: http://$UPLOAD_HOST/
# - $LISTEN_HTTPS: https://$LISTEN_HTTPS/u/
# - $LISTEN_HTTP: http://$LISTEN_HTTP/u/
#UPLOAD_URL=https://u.example.com/