Updated documentation to reflect new options

pull/177/head
mark 2020-09-02 12:33:00 +01:00
parent 47e6b55753
commit cbd80f26b2
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@ wssh --logging=debug
# log to file
wssh --log-file-prefix=main.log
# specify alternative location for template material
wssh --template_path=/templates
# specify alternative location for static material
wssh --static_path=/static
# more options
wssh --help
```