Browse Source

Improved formatting.

pull/176/head
Simon Eisenmann 11 years ago
parent
commit
428c9b3f4c
  1. 18
      README.md

18
README.md

@ -57,14 +57,16 @@ $ make binary
spreed-webrtc-server [OPTIONS] spreed-webrtc-server [OPTIONS]
``` ```
Options ### Options
-c="./server.conf": Configuration file. ```
-cpuprofile="": Write cpu profile to file. -c="./server.conf": Configuration file.
-h=false: Show this usage information and exit. -cpuprofile="": Write cpu profile to file.
-l="": Log file, defaults to stderr. -h=false: Show this usage information and exit.
-memprofile="": Write memory profile to this file. -l="": Log file, defaults to stderr.
-v=false: Display version number and exit. -memprofile="": Write memory profile to this file.
-v=false: Display version number and exit.
```
An example configuration file can be found in server.conf.in. An example configuration file can be found in server.conf.in.

Loading…
Cancel
Save