* expedite: small cosmetic.

SVN revision: 47324
This commit is contained in:
Cedric BAIL 2010-03-18 15:37:22 +00:00
parent 997b1a1b12
commit 06d3412a7b
1 changed files with 1 additions and 2 deletions

View File

@ -1233,8 +1233,7 @@ _help(void)
" -p PROFILE\n"
" -f use netwm fullscreen request (requires x11 + wm)\n"
"\n"
"Where ENGINE can be one of:\n"
" ");
"Where ENGINE can be one of:\n");
for (i = 0; engines[i].name != NULL; ++i)
fprintf(stderr, " %s", engines[i].name);