summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index c5812f93f8..b775c23307 100644
--- a/options/options.c
+++ b/options/options.c
@@ -697,7 +697,8 @@ const m_option_t mp_opts[] = {
OPT_STRING("screenshot-template", screenshot_template, 0),
OPT_STRING("screenshot-directory", screenshot_directory, M_OPT_FILE),
- OPT_STRING("record-file", record_file, M_OPT_FILE),
+ OPT_STRING("record-file", record_file, M_OPT_FILE, .deprecation_message =
+ "use --stream-record or the dump-cache command"),
OPT_SUBSTRUCT("", resample_opts, resample_conf, 0),