manpage: use different quoting in example

Using "" quotes often tricks people into using this on the command line,
while shell still expands $ inside of these.
This commit is contained in:
wm4 2013-12-04 20:05:46 +01:00
parent f221d46a44
commit e2dfdc0c7e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ Command Line Switches
=========================== ========================================
``-no<opt>`` ``--no-<opt>`` (add a dash)
``-nosound`` ``--no-audio``
``-use-filename-title`` ``--title="${filename}"``
``-use-filename-title`` ``--title='${filename}'``
``-loop 0`` ``--loop=inf``
``-hardframedrop`` ``--framedrop=hard``
``-osdlevel`` ``--osd-level``