From 6172e843cd7313ea1c2cef9c75b0ce52449ecedb Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Sat, 7 Mar 2015 14:41:32 -0500 Subject: options: add M_OPT_FILE to new options that are missing it Fixes shell completion. --- stream/stream_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c index 3144f95676..0510143b48 100644 --- a/stream/stream_dvb.c +++ b/stream/stream_dvb.c @@ -73,7 +73,7 @@ const struct m_sub_options stream_dvb_conf = { OPT_STRING("prog", cfg_prog, 0), OPT_INTRANGE("card", cfg_card, 0, 1, 4), OPT_INTRANGE("timeout", cfg_timeout, 0, 1, 30), - OPT_STRING("file", cfg_file, 0), + OPT_STRING("file", cfg_file, M_OPT_FILE), OPT_FLAG("full-transponder", cfg_full_transponder, 0), {0} }, -- cgit v1.2.3