diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-16 07:08:58 +0000 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-16 07:08:58 +0000 |
commit | b9927696f701065f27cda1110a9256b0c4f4efc8 (patch) | |
tree | 4061c69e2b5ed659e97cac54701b31aceec3eda3 /README.md | |
parent | 8511933929a06c99a0ad358653a4db8f177a4527 (diff) | |
download | vr-video-player-b9927696f701065f27cda1110a9256b0c4f4efc8.tar.gz vr-video-player-b9927696f701065f27cda1110a9256b0c4f4efc8.tar.bz2 vr-video-player-b9927696f701065f27cda1110a9256b0c4f4efc8.zip |
Print more info when using invalid arguments or no arguments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -40,10 +40,7 @@ The video might not be in front of you, so to move the video in front of you, yo killall -USR1 vr-video-player` ``` -You can launch vr-video-player without any arguments to show a list of all arguments: -``` -usage: vr-video-player [--flat] [--left-right|--right-left|--plane] [--stretch|--no-stretch] [--zoom zoom-level] [--cursor-scale scale] [--cursor-wrap|--no-cursor-wrap] <window_id> -``` +You can launch vr-video-player without any arguments to show a list of all arguments. Note: If the cursor position is weird and does not match what you are seeing in stereoscopic vr mode, then try running the vr video player with the --cursor-wrap option: |