fixed indentation of the usage output
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 8 Nov 2011 11:46:39 +0000 (11:46 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 8 Nov 2011 11:46:39 +0000 (11:46 +0000)
src/server/server.c

index dc1781e..44438e2 100644 (file)
@@ -92,15 +92,15 @@ void print_help()
        puts("");
        puts("Options:");
        puts(_("\
-  -h, --help          display this help and exit\n\
-  -v, --version       display version information and exit"));
+  -h, --help           display this help and exit\n\
+  -v, --version                display version information and exit"));
 
        puts("");
 
        puts(_("\
-  -d,--debug     run in debug mode\n\
-  -p,--port=PORT webserver port\n\
-  -w,--wdir=DIR  directory containing webserver pages"));
+  -d,--debug           run in debug mode\n\
+  -p,--port=PORT       webserver port\n\
+  -w,--wdir=DIR                directory containing webserver pages"));
 
        puts("");