diff --git a/pelican/tools/templates/Makefile.jinja2 b/pelican/tools/templates/Makefile.jinja2 index a28d658c..2bcb7473 100644 --- a/pelican/tools/templates/Makefile.jinja2 +++ b/pelican/tools/templates/Makefile.jinja2 @@ -72,7 +72,7 @@ help: @echo ' make devserver-global regenerate and serve on 0.0.0.0 ' {% if ssh %} @echo ' make ssh_upload upload the web site via SSH ' - @echo ' make sftp_upload upload the web site via SFTP ' + @echo ' make sftp_upload upload the web site via SFTP ' @echo ' make rsync_upload upload the web site via rsync+ssh ' {% endif %} {% if dropbox %}