]> OzVa Git service - ozva-cloud/commitdiff
chore: update readme
authorsigoden <sigoden@gmail.com>
Sun, 18 Jun 2023 00:55:42 +0000 (08:55 +0800)
committersigoden <sigoden@gmail.com>
Sun, 18 Jun 2023 00:55:42 +0000 (08:55 +0800)
README.md

index 3d805a6fae10e268c4d12a29bff665257e69e55e..6c920a8f14c8c15609596fafb1085afb1ced39fa 100644 (file)
--- 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