docs: wording on repo flag

This commit is contained in:
decentral1se 2022-04-06 01:39:40 +02:00 committed by André Staltz
parent 49aaff968f
commit c7430e7976
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func main() {
repoPath string
)
flag.StringVar(&repoPath, "repo", filepath.Join(u.HomeDir, ".ssb-go-room"), "[optional] where the locally stored files of the room is located")
flag.StringVar(&repoPath, "repo", filepath.Join(u.HomeDir, ".ssb-go-room"), "[optional] where the locally stored files of the room are located")
flag.Func("role", "[optional] which role the new member should have (values: mod[erator], admin, or member. default is admin)", func(val string) error {
switch strings.ToLower(val) {
case "admin":