index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel M. Capella <polyzen@archlinux.org> | 2023-05-26 22:41:37 -0400 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-27 21:44:09 +0200 |
commit | 9b11b16a7e6cdfdff142ff1c5184a760673988d2 (patch) | |
tree | 4779b4ffc00e343f16aa18cdf38350889967c416 | |
parent | 3283b2ca59b06198118d5313a4b19e6119468b86 (diff) |
-rw-r--r-- | src/lib/repo/configure.sh | 2 | ||||
-rw-r--r-- | src/lib/repo/web.sh | 2 |
diff --git a/src/lib/repo/configure.sh b/src/lib/repo/configure.sh index 81b7d19..73300ae 100644 --- a/src/lib/repo/configure.sh +++ b/src/lib/repo/configure.sh @@ -38,7 +38,7 @@ pkgctl_repo_configure_usage() { -h, --help Show this help text EXAMPLES - $ ${COMMAND} configure * + $ ${COMMAND} * _EOF_ } diff --git a/src/lib/repo/web.sh b/src/lib/repo/web.sh index 3fa214d..45ea53b 100644 --- a/src/lib/repo/web.sh +++ b/src/lib/repo/web.sh @@ -26,7 +26,7 @@ pkgctl_repo_web_usage() { -h, --help Show this help text EXAMPLES - $ ${COMMAND} web linux + $ ${COMMAND} linux _EOF_ } |