summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/main.c b/player/main.c
index dfcc45cf44..056f7c16e5 100644
--- a/player/main.c
+++ b/player/main.c
@@ -223,7 +223,7 @@ static bool handle_help_options(struct MPContext *mpctx)
opt_exit = 1;
}
if (opts->list_properties) {
- property_print_help();
+ property_print_help(log);
opt_exit = 1;
}
#if HAVE_ENCODING