summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-04 20:05:46 +0100
committerwm4 <wm4@nowhere>2013-12-04 23:12:50 +0100
commite2dfdc0c7ed5542b0211bb405ad3564bb72e3dee (patch)
tree12a5017aa6004471dd49432240ef9d1ba2f35df5
parentf221d46a443159ae0e2556edf9c54f8d3c14af71 (diff)
downloadmpv-e2dfdc0c7ed5542b0211bb405ad3564bb72e3dee.tar.bz2
mpv-e2dfdc0c7ed5542b0211bb405ad3564bb72e3dee.tar.xz
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.
-rw-r--r--DOCS/man/en/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 8587b66755..e15d6bb87f 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -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``