summaryrefslogtreecommitdiffstats
path: root/options/m_config.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-21 15:41:33 +0200
committerwm4 <wm4@nowhere>2014-09-21 15:41:33 +0200
commit58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b (patch)
tree96b8120e21effd9399346cbb602aee1438802828 /options/m_config.c
parent54d1dae68753f9d36b01021313aafc51ca9bd300 (diff)
downloadmpv-58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b.tar.bz2
mpv-58db0a55f3011cf0dd7dbd5bd8ba105e8abf5c7b.tar.xz
options: remove --volstep
It's just confusing; users are encouraged to edit input.conf instead (changing the argument to the "add" command). Update input.conf to keep the old behavior.
Diffstat (limited to 'options/m_config.c')
-rw-r--r--options/m_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/m_config.c b/options/m_config.c
index ad91f5ae3a..c0ebd3cf70 100644
--- a/options/m_config.c
+++ b/options/m_config.c
@@ -981,5 +981,6 @@ static const char *const replaced_opts =
"|forceidx#--index"
"|cache-pause-below#for 'no', use --no-cache-pause"
"|no-cache-pause-below#--no-cache-pause"
+ "|volstep#edit input.conf directly instead"
"|"
;