diff options
author | Alexandr Shadchin <alexandr.shadchin@gmail.com> | 2011-10-29 00:14:31 +0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-28 13:09:50 -0700 |
commit | 219bcec73d3554c57b87f28812ab06a66b739b19 (patch) | |
tree | c36570c496bc1dc92989f9e75ed80c404af695bc | |
parent | 286fa9bf9b4ffb0f9dbd3f1cae46ddcb27ee9318 (diff) |
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>
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bsd/bsd_init.c b/hw/xfree86/os-support/bsd/bsd_init.c index 844617980..b58d6a790 100644 --- a/hw/xfree86/os-support/bsd/bsd_init.c +++ b/hw/xfree86/os-support/bsd/bsd_init.c @@ -710,7 +710,6 @@ xf86UseMsg() { #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) ErrorF("vtXX use the specified VT number (1-12)\n"); - ErrorF("-sharevts share VTs with another X server\n"); #endif /* SYSCONS_SUPPORT || PCVT_SUPPORT */ ErrorF("-keeptty "); ErrorF("don't detach controlling tty (for debugging only)\n"); |