That's an argument, not an option - it shouldn't start with a -,
just as the "vtxx" doesn't.

        -alan-

Tiago Vignatti wrote:
> Signed-off-by: Tiago Vignatti <[email protected]>
> ---
>  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 */
>       }


-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to