From d674bfdad1f723556720ba839986ec13dfd250fb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 11 Mar 2013 22:43:45 +0000 Subject: [PATCH] cmd-cgi.py: Typo in help message for the CGI `source' command. --- cmd-cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0