diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-10 16:51:59 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-10 16:52:05 +0100 | 
| commit | 388aef832aa8d6c73c82d2c0b65711c209e01d03 (patch) | |
| tree | 513e2a7dd193c92dd5e099c35994fc9b1f42c2a9 /src | |
| parent | ab0ec0cb56c18a0dee18ea033ec33673d0b36889 (diff) | |
Fix some more options' documentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/options.c b/src/options.c index 14d52b7..763e1e8 100644 --- a/src/options.c +++ b/src/options.c @@ -1005,7 +1005,7 @@ show_usage(void)  "                           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" -"     --menu-bg BG          Use BG for the background image in menus.\n" +" -), --menu-bg BG          Use BG for the background image in menus.\n"  "     --menu-border INT     Specify number of pixels that define the menu\n"  "                           background's border. Borders are not stretched\n"  "                           when images are scaled.\n" @@ -1086,7 +1086,7 @@ show_usage(void)  " -O, --output-only  FILE   Just save the created montage to FILE\n"  "                           WITHOUT displaying it (use in scripts)\n"  " INDEX MODE OPTIONS\n" -" -e FONT                   Use FONT to print the information under each\n" +" -e, --font 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"  " -@, --title-font FONT     Use FONT to print a title on the index, if no\n" | 
