commit b9ee25958c6559ebb7b8ddcf0f10805cee6b1773
parent 9560860b1948fa58909bfae164493270c7521231
Author: Luxferre <lux@ferre>
Date: Thu, 11 Jan 2024 22:28:14 +0200
Updated ghmd
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghmd.sh b/ghmd.sh
@@ -6,7 +6,7 @@
# 4) Git daemon (serving git:// protocol) on the remote instance
# 5) access via the Git daemon to individual repositories
# 6) repository description and clone URL for some services like stagit
-# Usage: ghmd.sh [newsrv | newrepo | gitd-sd | gitd-publish | gitd-unpublish] user@host [name]
+# Usage: ghmd.sh [newsrv | newrepo | gitd-sd | gitd-publish | gitd-unpublish | set-repo-desc | set-repo-url] user@host [name] ("[desc|url]")
# regardless of the actions, the user must have root permissions
# prerequisite: git package must be already installed on the server
# Created by Luxferre in 2024, released into public domain