diff options
author | wm4 <wm4@nowhere> | 2018-01-24 05:12:05 +0100 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2018-01-25 20:18:32 -0800 |
commit | 3deef308c8e57ca1fa6bdd60abd6a3213d7eb3c6 (patch) | |
tree | 8e274c34373fbd70785123c1eb8194cd1abfc656 /DOCS | |
parent | 415fc6e3271827fa9195a10c71bb5025e8733a5e (diff) |
options: add string list -toggle action
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/mpv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 1919485069..7f4561c6a9 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -435,6 +435,7 @@ Suffix Meaning -del Delete an existing item by integer index -pre Prepend 1 or more items -set Set a list of items +-toggle Append an item, or remove if if it already exists ============= =============================================== Although some operations allow specifying multiple ``,``-separated items, using |