1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

Fix typo in galenectl usage message.

This commit is contained in:
Juliusz Chroboczek 2024-10-27 14:58:39 +01:00
parent 5472c274a2
commit 06e6b14391

View file

@ -687,7 +687,7 @@ func createUserCmd(cmdname string, args []string) {
var permissions string
cmd := flag.NewFlagSet(cmdname, flag.ExitOnError)
setUsage(cmd, cmdname,
"%v [option...] %v [option...] username\n",
"%v [option...] %v [option...]\n",
os.Args[0], cmdname,
)
cmd.StringVar(&groupname, "group", "", "group")