mirror of https://github.com/huashengdun/webssh
Updated documentation to reflect new options
parent
47e6b55753
commit
cbd80f26b2
|
@ -66,6 +66,12 @@ wssh --logging=debug
|
||||||
# log to file
|
# log to file
|
||||||
wssh --log-file-prefix=main.log
|
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
|
# more options
|
||||||
wssh --help
|
wssh --help
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue