rpmdigest.c | rpmdigest.c | |||
---|---|---|---|---|
skipping to change at line 901 | skipping to change at line 901 | |||
{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmioAllPoptTable, 0, | { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmioAllPoptTable, 0, | |||
N_("Common options for all rpmio executables:"), NULL }, | N_("Common options for all rpmio executables:"), NULL }, | |||
POPT_AUTOALIAS | POPT_AUTOALIAS | |||
POPT_AUTOHELP | POPT_AUTOHELP | |||
{ NULL, -1, POPT_ARG_INCLUDE_TABLE, NULL, 0, | { NULL, -1, POPT_ARG_INCLUDE_TABLE, NULL, 0, | |||
N_("\ | N_("\ | |||
When checking, the input should be a former output of this program. The\n\ | When checking, the input should be a former output of this program. The\n\ | |||
default mode is to print a line with digest, a character indicating type\n\ | default mode is to print a line with digest, a character indicating type\n\ | |||
(`*' for binary, ` ' for text), and name for each FILE.\n\ | (`*' for binary, ` ' for text), and name for each FILE.\n"), NULL }, | |||
"), NULL }, | ||||
POPT_TABLEEND | POPT_TABLEEND | |||
}; | }; | |||
static struct poptOption *optionsTable = &_optionsTable[0]; | static struct poptOption *optionsTable = &_optionsTable[0]; | |||
int | int | |||
main(int argc, char *argv[]) | main(int argc, char *argv[]) | |||
{ | { | |||
poptContext optCon = rpmioInit(argc, argv, optionsTable); | poptContext optCon = rpmioInit(argc, argv, optionsTable); | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |