From bec23f0bf280e45c7d8f9a71ca19d392bf0a83ab Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 7 Mar 2019 22:07:37 +0100 Subject: setterm: update comments about -ulcolor/-hbcolor syntax Signed-off-by: Jakub Wilk --- term-utils/setterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'term-utils') diff --git a/term-utils/setterm.c b/term-utils/setterm.c index 4c29a462e..d9a846ab0 100644 --- a/term-utils/setterm.c +++ b/term-utils/setterm.c @@ -976,11 +976,11 @@ static void perform_sequence(struct setterm_control *ctl) if (ctl->opt_background) printf("\033[4%c%s", '0' + ctl->opt_ba_color, "m"); - /* -ulcolor black|red|green|yellow|blue|magenta|cyan|white|default. */ + /* -ulcolor [bright] black|red|green|yellow|blue|magenta|cyan|white. */ if (ctl->opt_ulcolor && vc_only(ctl, "--ulcolor")) printf("\033[1;%d]", ctl->opt_ul_color); - /* -hbcolor black|red|green|yellow|blue|magenta|cyan|white|default. */ + /* -hbcolor [bright] black|red|green|yellow|blue|magenta|cyan|white. */ if (ctl->opt_hbcolor) printf("\033[2;%d]", ctl->opt_hb_color); -- cgit v1.2.3-55-g7522