From: Joachim Breitner Subject: Flips docs for -p option --- a/src/osdsh/osdsh.c +++ b/src/osdsh/osdsh.c @@ -35,8 +35,8 @@ fprintf(stderr, " -c color set color %s \n", COLOR); fprintf(stderr, " -d int set OSD delay %d \n", TIMEOUT); fprintf(stderr, " -o int set Shadow Offset %d \n", SHADOW_OFFSET); - fprintf(stderr, " -p <0|1> position of the osd, 0 for bottom,\n"); - fprintf(stderr, " 1 for top. Default 1 (top).\n"); + fprintf(stderr, " -p <0|1> position of the osd, 0 for top,\n"); + fprintf(stderr, " 1 for bottom. Default 0 (top).\n"); fprintf(stderr, " -a <0|1|2> align of the osd. left,center or right.\n"); fprintf(stderr, " -n number set the nice number so osdsh won't eat your cpu\n"); fprintf(stderr, "\n");