aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-11-15 14:01:23 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-11-15 14:01:23 +0100
commit431906aec271735ffbfa1e8aaf90fc8bcc89598d (patch)
treeb98581b0254900e8cb902f1da64227f423333160 /src
parent91dc9732ce54ba7298667be85c57e7d94d2f83b1 (diff)
Improved www examples.HEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e5171ab..0555d4f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,7 +19,7 @@ int main(int argc, char ** argv)
if (argc <= 1 || argc > 5)
{
- std::cout << "usage: cpp-web [HOST] [PORT] [WWWROOT]" << std::endl;
+ std::cout << "usage: cpp-web [HOST] [PORT] [WWWROOT]" << std::endl << std::endl;
if (argc > 5)
{
return 1;