From d757e49a4042b3659c906a2bb404abd6e9eb853f Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 8 Jul 2016 01:50:36 +0000 Subject: improve "help" text --- git-shell-commands/create-bare-repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-shell-commands/create-bare-repo') diff --git a/git-shell-commands/create-bare-repo b/git-shell-commands/create-bare-repo index 817ac1b..4cc63cd 100755 --- a/git-shell-commands/create-bare-repo +++ b/git-shell-commands/create-bare-repo @@ -1,7 +1,7 @@ #!/bin/bash -# * create-bare-repo -# Allows users to create repo.git -# ssh git@host create-bare-repo repo1 repo2 ... +# * create-bare-repo REPO [REPO2...] +# Allows users to create REPO.git +# Example: create-bare-repo packages/libretools packages/pbs-tools set -e -- cgit v1.2.3-54-g00ecf