From: Mark Wooding Date: Mon, 11 Mar 2013 22:43:45 +0000 (+0000) Subject: cmd-cgi.py: Typo in help message for the CGI `source' command. X-Git-Tag: 1.0.0~24 X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/commitdiff_plain/d674bfdad1f723556720ba839986ec13dfd250fb?hp=4f09f456c64fd6326c92cd334d70681e44d6780e cmd-cgi.py: Typo in help message for the CGI `source' command. --- diff --git a/cmd-cgi.py b/cmd-cgi.py index b06ad6a..57de66c 100644 --- a/cmd-cgi.py +++ b/cmd-cgi.py @@ -181,7 +181,7 @@ def cmd_source_cgi(): AGPL.source(OUT) @CGI.subcommand('source', ['cgi-noauth'], """\ -Redirect to the source code tarball (so that it's correctly named.""") +Redirect to the source code tarball (so that it's correctly named).""") def cmd_sourceredirect_cgi(): CGI.redirect(CGI.action(TARBALL))