Signed-off-by: Tiago Vignatti <tiago.vigna...@nokia.com>
---
 os/utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/os/utils.c b/os/utils.c
index 7cee9c1..2482ca1 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -506,7 +506,7 @@ void UseMsg(void)
     ErrorF("-terminate             terminate at server reset\n");
     ErrorF("-to #                  connection time out\n");
     ErrorF("-tst                   disable testing extensions\n");
-    ErrorF("ttyxx                  server started from init on /dev/ttyxx\n");
+    ErrorF("-ttyxx                 server started from init on /dev/ttyxx\n");
     ErrorF("v                      video blanking for screen-saver\n");
     ErrorF("-v                     screen-saver without video blanking\n");
     ErrorF("-wm                    WhenMapped default backing-store\n");
@@ -846,7 +846,7 @@ ProcessCommandLine(int argc, char *argv[])
            noPanoramiXExtension = FALSE;
        }
 #endif
-       else if (strncmp (argv[i], "tty", 3) == 0)
+       else if (strncmp (argv[i], "-tty", 3) == 0)
        {
             /* init supplies us with this useless information */
        }
-- 
1.7.0.4

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to