From cfecbac863cea893d8f3cc462ea0610121f660da Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 25 Jul 2018 12:11:32 +0200 Subject: manpage: Correct show-text duration default value duration is parsed as an integer, and the default value is used if ```-1``` is passed. Passing ```-``` as described here causes a parameter value error. --- DOCS/man/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 58e2b9c27d..2fcf6857e7 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -350,7 +350,7 @@ List of Input Commands Print text to stdout. The string can contain properties (see `Property Expansion`_). -``show-text "" [|- []]`` +``show-text "" [|-1 []]`` Show text on the OSD. The string can contain properties, which are expanded as described in `Property Expansion`_. This can be used to show playback time, filename, and so on. -- cgit v1.2.3