index
:
cpp-web.git
C++ web blog software, made for my special needs.
log msg
author
committer
range
blog.impl.cc
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2021-11-15 14:01:23 +0100
committer
Toni Uhlig <matzeton@googlemail.com>
2021-11-15 14:01:23 +0100
commit
431906aec271735ffbfa1e8aaf90fc8bcc89598d
(
patch
)
tree
b98581b0254900e8cb902f1da64227f423333160
/
src
parent
91dc9732ce54ba7298667be85c57e7d94d2f83b1
(
diff
)
Improved www examples.
HEAD
master
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
(limited to 'src')
-rw-r--r--
src/main.cpp
2
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;