From 484328fe04be40807bfcf170383528feeb03451d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 10 Sep 2016 16:29:24 +0200 Subject: options: make --h list options according to a pattern passed to it Useless feature, but I want it. Won't work on Windows due to missing fnmatch(). --- player/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index b1aa30f9c3..8f85bea257 100644 --- a/player/main.c +++ b/player/main.c @@ -97,6 +97,7 @@ const char mp_help_text[] = " --playlist= specify playlist file\n" "\n" " --list-options list all mpv options\n" +" --h= print options which match the given shell pattern\n" "\n"; static const char def_config[] = -- cgit v1.2.3