summaryrefslogtreecommitdiffhomepage
path: root/webserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webserver.cpp')
-rw-r--r--webserver.cpp2
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() {