summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepoman/bin/checkrepo2
1 files changed, 2 insertions, 0 deletions
diff --git a/repoman/bin/checkrepo b/repoman/bin/checkrepo
index 5b50dcda..2d5aee42 100755
--- a/repoman/bin/checkrepo
+++ b/repoman/bin/checkrepo
@@ -183,6 +183,8 @@ function checkremoved() {
# Main progrram.
+[ "$*" == "help" ] && help
+[ "$*" == "version" ] && version
# Check dependencies.
[ -w "$(dirname "$INFOFILE")" ] || raiseError access "$INFOFILE"