summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-29 13:56:37 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-29 13:56:37 +0100
commit4af2eacca3001605274e2986fbbad3695efe715a (patch)
tree24fd4ffc5a4cef9a2937810bfe1d189bdff209d1 /src/options.c
parent4de4368aee922b0ec105b7febc3369a165dece8f (diff)
Deprecate --menu-style
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c
index 6427597..caa9aa4 100644
--- a/src/options.c
+++ b/src/options.c
@@ -692,6 +692,7 @@ static void feh_parse_option_array(int argc, char **argv)
case 204:
free(opt.menu_style);
opt.menu_style = estrdup(optarg);
+ weprintf("--menu-style is deprecated and will be removed soon");
break;
case 205:
if (!strcmp("fill", optarg))