chore(doc): remove duplicate subcommand from example help text

This commit is contained in:
Daniel M. Capella 2023-05-26 22:41:37 -04:00 committed by Levente Polyak
parent 3283b2ca59
commit 9b11b16a7e
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ pkgctl_repo_configure_usage() {
-h, --help Show this help text
EXAMPLES
$ ${COMMAND} configure *
$ ${COMMAND} *
_EOF_
}

View File

@ -26,7 +26,7 @@ pkgctl_repo_web_usage() {
-h, --help Show this help text
EXAMPLES
$ ${COMMAND} web linux
$ ${COMMAND} linux
_EOF_
}