From 06d44ff74601a3e546844faac2def1292636d3a5 Mon Sep 17 00:00:00 2001 From: clsr Date: Tue, 2 Aug 2016 13:30:10 +0200 Subject: Fix incorrect documentation in run-gomf.bash --- run-gomf.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit