On Tue, Aug 04, 2009 at 05:52:38PM +0200, Dalibor Straka wrote:
> while I was reading the source, I've noticed missing option in the
> help message for "-r". So I'm sending one-line patch for dmesg.
Reported-by: Dalibor Straka <dast@panelnet.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
static void
usage(void) {
fprintf(stderr,
- _("Usage: %s [-c] [-n level] [-s bufsize]\n"), progname);
+ _("Usage: %s [-c] [-n level] [-r] [-s bufsize]\n"), progname);
}
int
}
argc -= optind;
argv += optind;
-
+
if (argc > 1) {
usage();
exit(1);