Skip to content

Commit

Permalink
Merge pull request #560 from kiwix/fix-identation
Browse files Browse the repository at this point in the history
Fix broken indentation in usage()
  • Loading branch information
kelson42 committed Jun 23, 2022
2 parents b2bc6ce + 6266c3b commit 3f076c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/kiwix-serve.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* Copyright 2009-2019 Emmanuel Engelhart <kelson@kiwix.org>
*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f076c2

Please sign in to comment.