diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-01-06 19:06:37 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-01-06 19:06:37 +0100 |
commit | 491e246f65ddb4ec7d0e810f47b7db537be4c382 (patch) | |
tree | ed2922e7f5b31b776e25f0c7aa1c360b3b054f6a /webserver.cpp | |
parent | 501d04c22e76152da8ff009d3a9b017fc75e8dcc (diff) |
Bugfix for CGI: Process readv1.16
Diffstat (limited to 'webserver.cpp')
-rw-r--r-- | webserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webserver.cpp b/webserver.cpp index c832ec8..e848fd1 100644 --- a/webserver.cpp +++ b/webserver.cpp @@ -15,7 +15,7 @@ void usage() std::cout << " webserver [-c <configuration-filename>] - start server with specified configuration\n" " file or default /etc/webserver.conf" << std::endl; std::cout << " webserver -p <password> - encrypt password for basic HTTP AUTH,\n" - " suitable for config file" << std::endl; + " suitable for config file, and exit" << std::endl; } void initlocale() { |