From c7430e7976822a36d9e013a588584ae5ed46993c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 6 Apr 2022 01:39:40 +0200 Subject: [PATCH] docs: wording on repo flag --- cmd/insert-user/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/insert-user/main.go b/cmd/insert-user/main.go index e9f6dd5..95322c8 100644 --- a/cmd/insert-user/main.go +++ b/cmd/insert-user/main.go @@ -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":