From 40df0bd2f98ca714c36faf919c0cf1cc58d0b311 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 18 Jun 2023 08:55:42 +0800 Subject: [PATCH] chore: update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d805a6..6c920a8 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,11 @@ Dufs supports account based access control. You can control who can do what on w ``` dufs -a [user:pass]@path[:rw][,path[:rw]...][|...] ``` -1: Multiple rules are separated by "|" -2: User and pass are the account name and password, if omitted, it is an anonymous user -3: One rule can set multiple paths, separated by "," -4: Add `:rw` after the path to indicate that the path has read and write permissions, otherwise the path has readonly permissions. + +1. Multiple rules are separated by "|" +2. User and pass are the account name and password, if omitted, it is an anonymous user +3. One rule can set multiple paths, separated by "," +4. Add `:rw` after the path to indicate that the path has read and write permissions, otherwise the path has readonly permissions. ``` dufs -A -a admin:admin@/:rw