Browse Source

Document incompatible options in README

Matteo Savatteri 3 years ago
parent
commit
f58e424c47
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -14,12 +14,12 @@
 Tested on `GNU/Linux`, expected to work on every system with a `POSIX` Shell and required software.
 
 ## Usage
-Usage: `vaporget [-pdVh] [-m MPV_OPTION,...]`
+Usage: `vaporget [-Vh] [-pd | -m MPV_OPTION,...]`
 
 After launching the script, if the connection with the music library succeeds a menu with a list of artists will appear.
 Select the artists you want to listen to (with the spacebar) and then press enter.
 If no option is provided to `vaporget`, `mpv` will fetch the music and reproduce it.
-To pass options (both long and short) directly to `mpv`, use `-m MPV_OPTION,...`.
+To pass options (both long and short) directly to `mpv`, use `-m MPV_OPTION,...` (incompatible with options -pd).
 For example to pass `mpv` options `--shuffle`, `--start=50%` and `-v` use:
 ```
 vaporget -m "shuffle,start=50%,v"