cmd-cgi.py: Typo in help message for the CGI `source' command.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Mar 2013 22:43:45 +0000 (22:43 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 11 Mar 2013 22:43:45 +0000 (22:43 +0000)
cmd-cgi.py

index b06ad6a..57de66c 100644 (file)
@@ -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))