1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Fix slightly over-zealous s///

This commit is contained in:
Pavel Labath 2010-01-13 10:49:36 +01:00
parent 081d04a059
commit 86e744d334

View File

@ -3906,7 +3906,7 @@ static void print_help(const char *prog_name) {
#ifdef BUILD_X11
" -a, --alignment=ALIGNMENT text alignment on screen, {top,bottom,middle}_{left,right,middle}\n"
" -f, --font=FONT font to use\n"
" -X, --display=DISPLAY BUILD_X11 display to use\n"
" -X, --display=DISPLAY X11 display to use\n"
#ifdef OWN_WINDOW
" -o, --own-window create own window to draw\n"
#endif