diff options
author | TheAMM <the.actual.amm@gmail.com> | 2017-12-16 14:14:26 +0200 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2017-12-26 03:33:19 -0700 |
commit | c8d955571dbf15d7aa0280c439c964907ded32f4 (patch) | |
tree | 13ec44eb9449b3d73ba2585c3effda06f801705b /options | |
parent | e2f71f509fde010e4d0f175014fd4219b7dc7681 (diff) |
encode: rename option --ometadata to --ocopy-metadata
--copy-metadata describes the result of the option better, (copying metadata
from the source file to the output file). Marks the old --no-ometadata
OPT_REMOVED with a suggestion for the new --no-ocopy-metadata.
Diffstat (limited to 'options')
-rw-r--r-- | options/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c index a51f2b189f..3dafbf576b 100644 --- a/options/options.c +++ b/options/options.c @@ -792,6 +792,7 @@ const m_option_t mp_opts[] = { OPT_REMOVED("fs-black-out-screens", NULL), OPT_REPLACED("sub-paths", "sub-file-paths"), OPT_REMOVED("heartbeat-cmd", "use Lua scripting instead"), + OPT_REMOVED("no-ometadata", "use --no-ocopy-metadata"), {0} }; |