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