Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2023-05-26 22:41:37 -0400
committerLevente Polyak <anthraxx@archlinux.org>2023-05-27 21:44:09 +0200
commit9b11b16a7e6cdfdff142ff1c5184a760673988d2 (patch)
tree4779b4ffc00e343f16aa18cdf38350889967c416
parent3283b2ca59b06198118d5313a4b19e6119468b86 (diff)
chore(doc): remove duplicate subcommand from example help text
-rw-r--r--src/lib/repo/configure.sh2
-rw-r--r--src/lib/repo/web.sh2
2 files changed, 2 insertions, 2 deletions
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_
}