Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204519
Collapse All | Expand All

(-)cronolog-1.6.2/src/cronolog.c (-1 / +2 lines)
Lines 139-145 struct option long_options[] = Link Here
139
    { "delay",		required_argument,	NULL, 'd' },
139
    { "delay",		required_argument,	NULL, 'd' },
140
    { "once-only", 	no_argument,       	NULL, 'o' },
140
    { "once-only", 	no_argument,       	NULL, 'o' },
141
    { "help",      	no_argument,       	NULL, 'h' },
141
    { "help",      	no_argument,       	NULL, 'h' },
142
    { "version",   	no_argument,       	NULL, 'V' }
142
    { "version",   	no_argument,       	NULL, 'V' },
143
    { NULL,		0,			NULL, 0 }
143
};
144
};
144
#endif
145
#endif
145
146
(-)cronolog-1.6.2/src/cronotest.c (-1 / +2 lines)
Lines 112-118 struct option long_options[] = Link Here
112
    { "test-subdirs",	required_argument,	NULL, 'D' },
112
    { "test-subdirs",	required_argument,	NULL, 'D' },
113
    { "help",       	no_argument,		NULL, 'h' },
113
    { "help",       	no_argument,		NULL, 'h' },
114
    { "version",	no_argument,		NULL, 'V' },
114
    { "version",	no_argument,		NULL, 'V' },
115
    { "verbose",	no_argument,		NULL, 'v' }
115
    { "verbose",	no_argument,		NULL, 'v' },
116
    { NULL,		0,			NULL, 0 }
116
};
117
};
117
118
118
119

Return to bug 204519