bsd: Remove odd message about -sharevts
This is missing in commit 'xfree86: move -novtswitch & -sharevts argument handling up to common layer' Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
286fa9bf9b
commit
219bcec73d
|
@ -710,7 +710,6 @@ xf86UseMsg()
|
||||||
{
|
{
|
||||||
#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
|
#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
|
||||||
ErrorF("vtXX use the specified VT number (1-12)\n");
|
ErrorF("vtXX use the specified VT number (1-12)\n");
|
||||||
ErrorF("-sharevts share VTs with another X server\n");
|
|
||||||
#endif /* SYSCONS_SUPPORT || PCVT_SUPPORT */
|
#endif /* SYSCONS_SUPPORT || PCVT_SUPPORT */
|
||||||
ErrorF("-keeptty ");
|
ErrorF("-keeptty ");
|
||||||
ErrorF("don't detach controlling tty (for debugging only)\n");
|
ErrorF("don't detach controlling tty (for debugging only)\n");
|
||||||
|
|
Loading…
Reference in New Issue