summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/player/main.c b/player/main.c
index 67dde3449f..3faa25ecd5 100644
--- a/player/main.c
+++ b/player/main.c
@@ -303,6 +303,10 @@ static bool handle_help_options(struct MPContext *mpctx)
ao_print_devices(mpctx->global, log);
opt_exit = 1;
}
+ if (opts->property_print_help) {
+ property_print_help(mpctx);
+ opt_exit = 1;
+ }
#if HAVE_ENCODING
if (encode_lavc_showhelp(log, opts->encode_opts))
opt_exit = 1;