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":