From 4af2eacca3001605274e2986fbbad3695efe715a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Jan 2011 13:56:37 +0100 Subject: Deprecate --menu-style --- src/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.c') 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)) -- cgit v1.2.3