summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-09 17:23:15 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-09 17:23:15 +0100
commit8bab1e584188a8dfe0bb8889de923f42e4123c85 (patch)
tree6d3c1e1cb8592c5311a12a6d97d8d0c6f665aa78 /src
parent0a92f7e52148d0eb2ed63404ad875f205bcb7c69 (diff)
Add/Update undocumented short options to --help and manual
Diffstat (limited to 'src')
-rw-r--r--src/options.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/options.c b/src/options.c
index 96c5be2..8aa0436 100644
--- a/src/options.c
+++ b/src/options.c
@@ -859,7 +859,7 @@ show_usage(void)
" second only errors.\n"
" -T, --theme THEME Load options from config file with name THEME\n"
" see man feh for more info.\n"
-" --rcfile FILE Use FILE to parse themes and options from,\n"
+" -_, --rcfile FILE Use FILE to parse themes and options from,\n"
" instead of the default ~/.fehrc, /etc/fehrc files.\n"
" -r, --recursive Recursively expand any directories in FILE to\n"
" the content of those directories. (Take it easy)\n"
@@ -905,7 +905,7 @@ show_usage(void)
" mode, multiple windows will be opened.\n"
" -x, --borderless Create borderless windows\n"
" -d, --draw-filename Draw the filename at the top-left of the image.\n"
-" --title TITLE Use TITLE as the window title in slideshow mode.\n"
+" -^, --title TITLE Use TITLE as the window title in slideshow mode.\n"
" -D, --slideshow-delay NUM For slideshow mode, specifies time delay (seconds,\n"
" can be a decimal) between automatically changing\n"
" slides.\n"
@@ -1001,7 +1001,7 @@ show_usage(void)
" X startup script (e.g. ~/.xsession). Note that\n"
" you only need to do this for non E window\n"
" managers.\n"
-" --fontpath PATH Specify an extra directory to look in for fonts,\n"
+" -C, --fontpath PATH Specify an extra directory to look in for fonts,\n"
" can be used multiple times to add multiple paths.\n"
" -M, --menu-font FONT Use FONT for the font in menus.\n"
" --menu-style FILE Use FILE as the style descriptor for menu text.\n"
@@ -1089,7 +1089,7 @@ show_usage(void)
" -e FONT Use FONT to print the information under each\n"
" thumbnail. FONT should be defined in the form\n"
" fontname/size(points). eg -e myfont/12\n"
-" -t, --title-font FONT Use FONT to print a title on the index, if no\n"
+" -@, --title-font FONT Use FONT to print a title on the index, if no\n"
" font is specified, a title will not be printed\n"
" SLIDESHOW KEYS\n"
" The default mode for viewing mulitple images is Slideshow mode\n"