@@ -68,8 +68,8 @@ Options:\n\
6868 -bg color background color\n\
6969 -fg color foreground color\n\
7070-frame color active frame color\n\
71- -border color border color\n\
72- -borderw N border width\n\
71+ -bc color extra border color\n\
72+ -bw N extra border width\n\
7373 -font name font name in the form xft:fontconfig_pattern\n\
7474 -v|-vv verbose\n\
7575 -h help\n\
@@ -123,8 +123,8 @@ static int use_args_and_xrm(int *argc, char **argv)
123123 {"-bg" , "*background" , XrmoptionSepArg , NULL },
124124 {"-fg" , "*foreground" , XrmoptionSepArg , NULL },
125125 {"-frame" , "*framecolor" , XrmoptionSepArg , NULL },
126- {"-border " , "*bordercolor" , XrmoptionSepArg , NULL },
127- {"-borderw " , "*borderwidth" , XrmoptionSepArg , NULL },
126+ {"-bc " , "*bordercolor" , XrmoptionSepArg , NULL },
127+ {"-bw " , "*borderwidth" , XrmoptionSepArg , NULL },
128128 {"-font" , "*font" , XrmoptionSepArg , NULL },
129129 {"-vertical" , "*vertical" , XrmoptionIsArg , NULL }
130130 };
@@ -355,16 +355,16 @@ static int use_args_and_xrm(int *argc, char **argv)
355355 if (bw >= BORDER_MIN )
356356 g .option_borderW = bw ;
357357 else
358- die (inv , "borderw argument range" );
358+ die (inv , "bw argument range" );
359359 break ;
360360 case 0 :
361361 g .option_borderW = DEFBORDERW ;
362362 break ;
363363 case -1 :
364- die (inv , "borderw argument" );
364+ die (inv , "bw argument" );
365365 break ;
366366 }
367- msg (0 , "borderw : %d\n" , g .option_borderW );
367+ msg (0 , "bw : %d\n" , g .option_borderW );
368368
369369 bzero (& (g .option_vp ), sizeof (g .option_vp ));
370370 g .option_vp_mode = VP_DEFAULT ;
0 commit comments