summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-16 16:09:10 +0100
committerwm4 <wm4@nowhere>2016-12-16 16:09:10 +0100
commitaab98776f602a4bec1a74ee87eb829aadf6437ea (patch)
tree546340338050917156d3335ff43c52007f18e21c /player
parenta8347eb9ba9e09177da50592fde7f3ae7261ce59 (diff)
downloadmpv-aab98776f602a4bec1a74ee87eb829aadf6437ea.tar.bz2
mpv-aab98776f602a4bec1a74ee87eb829aadf6437ea.tar.xz
options: change --h=... behavior
Does not match a shell pattern anymore. Instead, a simple sub-string search is done.
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 1f32d375bd..8ebfc357a2 100644
--- a/player/main.c
+++ b/player/main.c
@@ -96,7 +96,7 @@ const char mp_help_text[] =
" --playlist=<file> specify playlist file\n"
"\n"
" --list-options list all mpv options\n"
-" --h=<pat> print options which match the given shell pattern\n"
+" --h=<string> print options which contain the given string in their name\n"
"\n";
static pthread_mutex_t terminal_owner_lock = PTHREAD_MUTEX_INITIALIZER;