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/change-owner | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-shell-commands/change-owner') diff --git a/git-shell-commands/change-owner b/git-shell-commands/change-owner index 8b59388..2b6f6ac 100755 --- a/git-shell-commands/change-owner +++ b/git-shell-commands/change-owner @@ -1,7 +1,7 @@ #!/bin/bash -# * change-owner -# Change the owner project -# ssh git@host change-owner repo "Hacklab" +# * change-owner REPO OWNER +# Change the project owner +# Example: change-owner packages/libretools "Luke Shumaker" set -e -- cgit v1.2.3-54-g00ecf