Skip to content

Commit 68646df

Browse files
authored
Update command-line parameters for disableInputPlugins and disableDisplayPlugins
1 parent 50d88f4 commit 68646df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/developer/interface/command-line-parameters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Preferred displays.
5454

5555
--displays=<device>
5656

57-
Disable display plugin. Possible devices include "OpenVR (Vive)", "Oculus Rift".
57+
Disable display plugin. Possible devices include "OpenVR (Vive)", "Oculus Rift", "OpenXR".
5858

59-
--disable-displays=<device>
59+
--disableDisplayPlugins=<device>
6060

61-
Disable input plugin. Possible devices include "OpenVR (Vive)", "Oculus Rift".
61+
Disable input plugin. Possible devices include "OpenVR (Vive)", "Oculus Rift", "OpenXR", "Sdl2".
6262

63-
--disable-inputs=<device>
63+
--disableInputPlugins=<device>
6464

6565
Suppress the prompt to reset interface settings
6666

0 commit comments

Comments
 (0)