mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 09:09:03 +03:00
docs: improve readme
This commit is contained in:
@@ -31,7 +31,7 @@ fn app() -> clap::Command<'static> {
|
||||
|
||||
let arg_static = Arg::new("static")
|
||||
.long("static")
|
||||
.help("Only serve static files, not allowed to upload or delete file");
|
||||
.help("Only serve static files, disable upload and delete operations");
|
||||
|
||||
let arg_auth = Arg::new("auth")
|
||||
.short('a')
|
||||
|
||||
Reference in New Issue
Block a user