File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/main/java/org/wiztools/anyurlhttpserver Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ public class AnyUrlHttpServerMain {
1818
1919 private static void printHelp (PrintStream out ) {
2020 out .println ("Parameters: " );
21- out .println ("\t -p\t : [Mandatory] port number." );
22- out .println ("\t -f\t : File to serve. When not given, prints <p>Hello World!</p>" );
23- out .println ("\t -c\t : Response Content-Type. Default is text/html." );
24- out .println ("\t -r\t : Response character encoding. Default is utf-8." );
25- out .println ("\t -H\t : Response header in the format: `header:value'." );
26- out .println ("\t -h\t : Print this help." );
21+ out .println ("\t -p [Mandatory] port number." );
22+ out .println ("\t -f File to serve. When not given, prints <p>Hello World!</p>" );
23+ out .println ("\t -c Response Content-Type. Default is text/html." );
24+ out .println ("\t -r Response character encoding. Default is utf-8." );
25+ out .println ("\t -H * Response header in the format: `header:value'." );
26+ out .println ("\t -h Print this help." );
27+ out .println ("Parameters with * can be used more than once." );
2728 }
2829
2930 public static void main (String [] args ) throws Exception {
You can’t perform that action at this time.
0 commit comments