diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/help.raw | 1 | ||||
-rw-r--r-- | src/options.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/help.raw b/src/help.raw index 4f5eef1..956516e 100644 --- a/src/help.raw +++ b/src/help.raw @@ -78,7 +78,6 @@ OPTIONS -C, --fontpath PATH Specify an extra directory to look in for fonts, can be used multiple times to add multiple paths. -M, --menu-font FONT Use FONT for the font in menus. - --menu-style FILE Use FILE as the style descriptor for menu text. -), --menu-bg BG Use BG for the background image in menus. -B, --image-bg STYLE Set background for transparent images and the like. Accepted values: white, black, default 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)) |