summaryrefslogtreecommitdiff
path: root/git-shell-commands/create-bare-repo
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-08 20:11:43 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-08 20:11:43 -0300
commit791d3e1553d0a8b4103bb499fce26688b8cf217a (patch)
tree9e3b7d7366a9f160b39bec4bb236d9c4c001508e /git-shell-commands/create-bare-repo
parentc562e291c0adca7cb7dd2e1ce5ac26e1cd405603 (diff)
Retrieve help
Diffstat (limited to 'git-shell-commands/create-bare-repo')
-rwxr-xr-xgit-shell-commands/create-bare-repo5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-shell-commands/create-bare-repo b/git-shell-commands/create-bare-repo
index b0174e2..ec98b33 100755
--- a/git-shell-commands/create-bare-repo
+++ b/git-shell-commands/create-bare-repo
@@ -1,6 +1,7 @@
#!/bin/sh
-# Allows users to create repo.git
-# $ ssh git@host create-bare-repo repo1 repo2 ...
+# * create-bare-repo
+# Allows users to create repo.git
+# ssh git@host create-bare-repo repo1 repo2 ...
set -e