mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
unsupported options in 0.9.7 binary
the currently available binary 0.9.7 doesn't support the options I've removed from the documentation in README.md
This commit is contained in:
parent
a87d968870
commit
de1335a164
1 changed files with 1 additions and 3 deletions
|
@ -62,19 +62,17 @@ Usage:
|
|||
|
||||
Flags:
|
||||
--append-only enable append only mode
|
||||
--cpu-profile string write CPU profile to file
|
||||
--cpuprofile string write CPU profile to file
|
||||
--debug output debug messages
|
||||
-h, --help help for rest-server
|
||||
--listen string listen address (default ":8000")
|
||||
--log string log HTTP requests in the combined log format
|
||||
--no-auth disable .htpasswd authentication
|
||||
--path string data directory (default "/tmp/restic")
|
||||
--private-repos users can only access their private repo
|
||||
--prometheus enable Prometheus metrics
|
||||
--tls turn on TLS support
|
||||
--tls-cert string TLS certificate path
|
||||
--tls-key string TLS key path
|
||||
-V, --version show version and quit
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue