summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStian Eikeland <stian@eikeland.se>2015-08-21 00:05:07 +0200
committerwm4 <wm4@nowhere>2015-08-21 00:15:24 +0200
commit8a9fc9398d24e7ebb205172d36ea74b9191f68a1 (patch)
treeacc166342dc380df8f1d9a51b78fbc0c8eb77989
parentd29e699491b64e659df1941b2f3f87c931f23789 (diff)
downloadmpv-8a9fc9398d24e7ebb205172d36ea74b9191f68a1.tar.bz2
mpv-8a9fc9398d24e7ebb205172d36ea74b9191f68a1.tar.xz
options: sub-file replaces subfile, instead of sub
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 28466ed0ea..c393536af0 100644
--- a/options/options.c
+++ b/options/options.c
@@ -629,7 +629,7 @@ const m_option_t mp_opts[] = {
OPT_REPLACED("sub", "sub-file"),
OPT_REPLACED("subcp", "sub-codepage"),
OPT_REPLACED("subdelay", "sub-delay"),
- OPT_REPLACED("subfile", "sub"),
+ OPT_REPLACED("subfile", "sub-file"),
OPT_REPLACED("subfont-text-scale", "sub-scale"),
OPT_REPLACED("subfont", "sub-text-font"),
OPT_REPLACED("subfps", "sub-fps"),