Skip to content

Commit 3576b05

Browse files
committed
Maintain order in documented option strings
1 parent b7929a9 commit 3576b05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ configuration file at `/etc/netauth.toml`.
1919
Important options from the help output:
2020

2121
```
22-
-group-file string
23-
Group cache to write to (default "/etc/group.cache")
2422
-homedir string
2523
Home directory to provide if none is available from NetAuth (default "/tmp/{UID}")
24+
-shell string
25+
Default shell to use if none is provided in the directory (default "/bin/nologin")
2626
-indirects
2727
Include indirect relationships in the group map (default true)
2828
-min-gid int
@@ -31,10 +31,10 @@ Minimum GID number to accept (default 2000)
3131
Minimum UID number to accept (default 2000)
3232
-passwd-file string
3333
Passwd cache to write to (default "/etc/passwd.cache")
34+
-group-file string
35+
Group cache to write to (default "/etc/group.cache")
3436
-shadow-file string
3537
Shadow cache to write to (default "/etc/shadow.cache")
36-
-shell string
37-
Default shell to use if none is provided in the directory (default "/bin/nologin")
3838
```
3939

4040
Of these, the following are important to understand:

0 commit comments

Comments
 (0)