missing nl in usage string

This commit is contained in:
Jean-Francois Dockes 2020-03-03 09:00:56 +01:00
parent ec534340d9
commit ad466ee42d

View File

@ -123,7 +123,7 @@ static char usage [] =
" -T <synonyms file>: use the parameter (Thesaurus) for word expansion.\n" " -T <synonyms file>: use the parameter (Thesaurus) for word expansion.\n"
" -i <dbdir> : additional index, several can be given.\n" " -i <dbdir> : additional index, several can be given.\n"
" -e use url encoding (%xx) for urls.\n" " -e use url encoding (%xx) for urls.\n"
" -E use exact result count instead of lower bound estimate" " -E use exact result count instead of lower bound estimate.\n"
" -F <field name list> : output exactly these fields for each result.\n" " -F <field name list> : output exactly these fields for each result.\n"
" The field values are encoded in base64, output in one line and \n" " The field values are encoded in base64, output in one line and \n"
" separated by one space character. This is the recommended format \n" " separated by one space character. This is the recommended format \n"
@ -132,6 +132,7 @@ static char usage [] =
" also want option -N in this case.\n" " also want option -N in this case.\n"
" -N : with -F, print the (plain text) field names before the field values.\n" " -N : with -F, print the (plain text) field names before the field values.\n"
; ;
static void static void
Usage(void) Usage(void)
{ {