diff options
author | Keith Packard <keithp@keithp.com> | 2014-12-08 18:04:08 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-12-08 18:04:08 -0800 |
commit | 6f4c398a0e632b0c92e3cb8ee03ca7f5b5cc018e (patch) | |
tree | 510857fdeb07e574c06adb91e767efc6a9e8e688 /hw/xwin/InitOutput.c | |
parent | aae6460694ac3667abb8c34fdf3a7dae524827a4 (diff) | |
parent | 5920433c3a30f5f1c0ba1ab39a0c2ff388df6b23 (diff) |
Merge remote-tracking branch 'jturney/master'
Diffstat (limited to 'hw/xwin/InitOutput.c')
-rw-r--r-- | hw/xwin/InitOutput.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index fef46a94f..654c58c14 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -793,6 +793,10 @@ winUseMsg(void) #ifdef XWIN_CLIPBOARD ErrorF("-nounicodeclipboard\n" "\tDo not use Unicode clipboard even if on a NT-based platform.\n"); + + ErrorF("-[no]primary\n" + "\tWhen clipboard integration is enabled, map the X11 PRIMARY selection\n" + "\tto the Windows clipboard. Default is enabled.\n"); #endif ErrorF("-refresh rate_in_Hz\n" |