File: 04-fix-p-option-docs.patch

package info (click to toggle)
osdsh 0.7.0-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: ansic: 1,064; tcl: 335; makefile: 69
file content (23 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Joachim Breitner <nomeata@debian.org>
Date: Thu, 24 Mar 2005 23:16:52 +0100
Subject: Flips docs for -p option

---
 src/osdsh/osdsh.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/osdsh/osdsh.c b/src/osdsh/osdsh.c
index d35fcd5..18e019b 100644
--- a/src/osdsh/osdsh.c
+++ b/src/osdsh/osdsh.c
@@ -35,8 +35,8 @@ void usage(const int exitcode, const char *error, const char *more)
     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");