X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=spec2make.c;h=712ce68633d992658650390bb07c8cf9b5eb513c;hb=249acd1f0c785b2aa88ba193ce7a1a8e442b3ef5;hp=30af6d00a5df002d9bdd9e201d164cb2e601dd6c;hpb=63d91b5f6e0a4912b7dc9de56e17ff494375a67e;p=build.git diff --git a/spec2make.c b/spec2make.c index 30af6d00..712ce686 100644 --- a/spec2make.c +++ b/spec2make.c @@ -6,7 +6,6 @@ * Mark Huang * Copyright (C) 2006 The Trustees of Princeton University * - * $Id$ */ #include @@ -33,6 +32,10 @@ extern size_t strnlen(const char *s, size_t maxlen); /* the structure describing the options we take and the defaults */ static struct poptOption optionsTable[] = { + { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmBuildPoptTable, 0, + "Build options with [ | | ]:", + NULL }, + { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmcliAllPoptTable, 0, "Common options for all rpm modes and executables:", NULL },