summaryrefslogtreecommitdiff
path: root/git-shell-commands/change-description
diff options
context:
space:
mode:
Diffstat (limited to 'git-shell-commands/change-description')
-rwxr-xr-xgit-shell-commands/change-description6
1 files changed, 3 insertions, 3 deletions
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