diff options
author | Philip Sequeira <phsequei@gmail.com> | 2015-05-24 01:16:12 -0400 |
---|---|---|
committer | Philip Sequeira <phsequei@gmail.com> | 2015-05-24 01:16:12 -0400 |
commit | 9e77b8f06a4fe909b4a7ea460e163a94082efffc (patch) | |
tree | 8b600daf03d259678d679d1867d6e5d26353d0e4 /DOCS | |
parent | 36b1b84216343fd31661ea49991a52187975dc8a (diff) |
manpage: --media-title -> --force-media-title
Missed in 450af053.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 726376e1a9..c55f887d1e 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3338,7 +3338,7 @@ Miscellaneous You can also try to use ``--no-correct-pts`` for files with completely broken timestamps. -``--media-title=<string>`` +``--force-media-title=<string>`` Force the contents of the ``media-title`` property to this value. Useful for scripts which want to set a title, without overriding the user's setting in ``--title``. |