summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-04-24 17:42:54 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-05-04 02:46:11 +0200
commit8d7d6caeaf7901cd63596d17efbde3133699fcdf (patch)
tree8ec99d744613012a7518eda8bb8252e59cb2a8cc /player
parent32c63fc1192b6ef0b57ba2552630f572b84968fd (diff)
downloadmpv-8d7d6caeaf7901cd63596d17efbde3133699fcdf.tar.bz2
mpv-8d7d6caeaf7901cd63596d17efbde3133699fcdf.tar.xz
options: rename subtitle-related options
--ass → --sub-ass --autosub → --sub-auto --autosub-match → --sub-auto-match --sub → --sub-file --subcp → --sub-codepage --subfps → --sub-fps
Diffstat (limited to 'player')
-rw-r--r--player/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index 101f9fe196..097e51e11c 100644
--- a/player/main.c
+++ b/player/main.c
@@ -95,7 +95,7 @@ const char mp_help_text[] =
" --no-audio do not play sound\n"
" --no-video do not play video\n"
" --fs fullscreen playback\n"
-" --sub=<file> specify subtitle file to use\n"
+" --sub-file=<file> specify subtitle file to use\n"
" --playlist=<file> specify playlist file\n"
"\n"
" --list-options list all mpv options\n"