chore: undo hidden arg changes

This commit is contained in:
sigoden
2022-09-09 21:30:27 +08:00
parent 68def1c1d9
commit 7eaa6f2484
2 changed files with 4 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ OPTIONS:
-b, --bind <addr>... Specify bind address
-p, --port <port> Specify port to listen on [default: 5000]
--path-prefix <path> Specify a path prefix
--hidden <value>... Hide paths from directory listings
--hidden <value> Hide paths from directory listings, separated by `,`
-a, --auth <rule>... Add auth for path
--auth-method <value> Select auth method [default: digest] [possible values: basic, digest]
-A, --allow-all Allow all operations