From 5d51dc2a7f04d01b33505737fce0f7325c6487b8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 25 Feb 2015 12:37:55 +0100 Subject: colors: cleanup man pages, add hint to usage() cfdisk, fdisk, calm dmesg and hexdump Signed-off-by: Karel Zak Signed-off-by: Karel Zak --- sys-utils/dmesg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys-utils/dmesg.c') diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index 8360fa311..5a6ee41d9 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -276,6 +276,8 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(_(" -H, --human human readable output\n"), out); fputs(_(" -k, --kernel display kernel messages\n"), out); fputs(_(" -L, --color[=] colorize messages (auto, always or never)\n"), out); + fprintf(out, + " %s\n", USAGE_COLORS_DEFAULT); fputs(_(" -l, --level restrict output to defined levels\n"), out); fputs(_(" -n, --console-level set level of messages printed to console\n"), out); fputs(_(" -P, --nopager do not pipe output into a pager\n"), out); -- cgit v1.2.3-55-g7522