head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2003.01.05.18.07.38; author swiergot; state Exp; branches; next ; desc @@ 1.1 log @- Initial release. - Version 0.0.3. @ text @--- bblaunch.c.orig +++ bblaunch.c @@@@ -10,8 +10,8 @@@@ #include "bblaunch.h" -Display *display; int screen_num; +Display *display; int main (int argc, char **argv) { @@@@ -332,7 +332,7 @@@@ fprintf (stderr, " -d --decor specify window decorations\n"); fprintf (stderr, - " -P --pause time to wait for windows to map\n"); + " -p --pause time to wait for windows to map\n"); fprintf (stderr, " -? --help displays this message\n"); @ .