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-description | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-shell-commands/change-description') diff --git a/git-shell-commands/change-description b/git-shell-commands/change-description index 16b7ad2..cb22171 100755 --- a/git-shell-commands/change-description +++ b/git-shell-commands/change-description @@ -1,7 +1,7 @@ #!/bin/bash -# * change-description -# Change the project description, needs "description" in the project -# ssh git@host change-description repo "description" +# * change-description REPO DESCRIPTION +# Change the project description +# Example: change-description packages/libretools "Tools for working on Parabola" set -e -- cgit v1.2.3-54-g00ecf