From 4a5371d5b10393f4a670a078addeede3c001dbe6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Apr 2010 10:31:01 +0200 Subject: [PATCH] extend usage() --- tools/installcheck.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/installcheck.c b/tools/installcheck.c index 279c4bd..b1ebb5e 100644 --- a/tools/installcheck.c +++ b/tools/installcheck.c @@ -64,7 +64,11 @@ myfopen(const char *fn) void usage(char** argv) { - printf("Usage:\n%s: repo [--nocheck repo]...\n", argv[0]); + printf("Usage:\n%s: [options..] repo [--nocheck repo]...\n" + "\t--exclude \twhitespace-separated list of (sub-)" + "packagenames to ignore\n" + "\t--withsrc\t\tAlso check dependencies of src.rpm\n\n" + , argv[0]); exit(1); } -- 2.7.4