From 36b7cff5826f2d9352831bce9a6a84a638acb44b Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Wed, 21 Jul 2021 18:43:52 +0200 Subject: manpage: fix watch-later-options examples --watch-later-options-remove doesn't accept multiple options, so split the example. Also suggest the more correct -clr to empty the list, and remove the workaround to not print an error with --watch-later-options= --- DOCS/man/options.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 0745eba0e9..a91c4e670e 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -867,9 +867,10 @@ Program Behavior - ``--watch-later-options-remove=fullscreen`` Resuming a file won't restore the fullscreen state. - - ``--watch-later-options-remove=volume,mute`` + - ``--watch-later-options-remove=volume`` + ``--watch-later-options-remove=mute`` Resuming a file won't restore the volume or mute state. - - ``--watch-later-options=`` + - ``--watch-later-options-clr`` Resuming a file won't restore any option except the starting position. -- cgit v1.2.3