Skip to content
Snippets Groups Projects
Commit 9d56545e authored by slevy's avatar slevy
Browse files

Add \n's to continued quoted lines.

parent 2bc8a3b7
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@
/*
* $Log$
* Revision 1.14 2002/05/12 19:26:13 slevy
* Add \n's to continued quoted lines.
*
* Revision 1.13 2002/05/12 19:17:59 slevy
* Add interactive mode (kiraserver -i) to simplify debugging.
*
......@@ -1292,11 +1295,11 @@ Options:\n\
-y sdbtype\n\
-g group\n\
-m mag0 sdb mag = mag0 - log(lum)/(log(100)/5)\n\
-M masslum if nonzero, ignore bogus lum; use mass**3 * masslum instead.
-M masslum if nonzero, ignore bogus lum; use mass**3 * masslum instead.\n\
-c colorscale sdb color = log10(T)*colorscale; -c -1 => RGB565 (default)\n\
-o treestyle(1 vs 2) (default -o 2 for create_interpolated_tree2)
-o treestyle(1 vs 2) (default -o 2 for create_interpolated_tree2)\n\
-p portno listen for HTTP connections on that TCP port\n\
-v verbose(0 vs 1) server logs requests to its own stdout
-v verbose(0 vs 1) server logs requests to its own stdout\n\
-i read from stdin, write to stdout (else be a network server)\n\
", progname);
exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment