chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f09f45
)
cmd-cgi.py: Typo in help message for the CGI `source' command.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 11 Mar 2013 22:43:45 +0000
(22:43 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 11 Mar 2013 22:43:45 +0000
(22:43 +0000)
cmd-cgi.py
patch
|
blob
|
blame
|
history
diff --git
a/cmd-cgi.py
b/cmd-cgi.py
index b06ad6a230717b28aa2d8e942ccb77fb6ce68cf1..57de66c732f822eefde82046cdacc64cd48143be 100644
(file)
--- 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))