commit edc16fcafb0b5bd9b7b3f1e0dc95e196ad310e57 parent 4ce785f36e3b378d2d8d03c9ce058d5bee249a64 Author: sin <sin@2f30.org> Date: Mon, 23 Sep 2013 15:25:11 +0100 Forgot to update usage line for dmesg(1) Diffstat:
M | dmesg.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dmesg.c b/dmesg.c @@ -19,7 +19,7 @@ enum { static void usage(void) { - eprintf("usage: [-Ccr] %s\n", argv0); + eprintf("usage: [-Ccnr] %s\n", argv0); } int