Fix broken indentation in usage()

pull/560/head
Emmanuel Engelhart 4 years ago
parent b2bc6cead2
commit 6266c3baa8
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

@ -1,3 +1,4 @@
/*
* Copyright 2009-2019 Emmanuel Engelhart <kelson@kiwix.org>
*
@ -69,7 +70,7 @@ void usage()
<< "\t-b, --blockexternal\tPrevent users from directly accessing external links" << std::endl
<< "\t-p, --port\t\tTCP port on which to listen to HTTP requests (default: 80)" << std::endl
<< "\t-r, --urlRootLocation\tURL prefix on which the content should be made available (default: /)" << std::endl
<< "\t-s, --searchLimit\t\tMaximun number of zim in a fulltext multizim search (default: No limit)" << std::endl
<< "\t-s, --searchLimit\tMaximun number of zim in a fulltext multizim search (default: No limit)" << std::endl
<< "\t-t, --threads\t\tNumber of threads to run in parallel (default: " << DEFAULT_THREADS << ")" << std::endl
<< "\t-v, --verbose\t\tPrint debug log to STDOUT" << std::endl
<< "\t-V, --version\t\tPrint software version" << std::endl

Loading…
Cancel
Save