diff options
Diffstat (limited to 'modules/gitmirror/templates/on-the-pull')
-rwxr-xr-x | modules/gitmirror/templates/on-the-pull | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/templates/on-the-pull b/modules/gitmirror/templates/on-the-pull index 1a82785b..0427bbff 100755 --- a/modules/gitmirror/templates/on-the-pull +++ b/modules/gitmirror/templates/on-the-pull @@ -313,7 +313,7 @@ def daemonise(options, serverprefix, basefolder): def main(): usage = "usage: %prog [options] <serverprefix> <basefolder>" - description = """Listen for repository names being posted via a simle HTTP interface and clone/update them. + description = """Listen for repository names being posted via a simple HTTP interface and clone/update them. POST data simply via curl: e.g. curl --header 'Content-Type: x-git/repo' --data 'my/repo/name' http://localhost:8000 """ |