From 5f0c5b337560e808ce9c5f39d46416255b9bad57 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 21 Dec 2017 12:32:18 +0100 Subject: [PATCH] fix typo. --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.go b/shell.go index ebd84c5..203b4d4 100644 --- a/shell.go +++ b/shell.go @@ -67,7 +67,7 @@ GLOBAL OPTIONS: Description: "$> acl create -", Flags: []cli.Flag{ cli.StringSliceFlag{Name: "hostgroup, hg", Usage: "Assigns `HOSTGROUPS` to the acl"}, - cli.StringSliceFlag{Name: "usergroup, ug", Usage: "Assigns `HOSTGROUPS` to the acl"}, + cli.StringSliceFlag{Name: "usergroup, ug", Usage: "Assigns `USERGROUP` to the acl"}, cli.StringFlag{Name: "pattern", Usage: "Assigns a host pattern to the acl"}, cli.StringFlag{Name: "comment", Usage: "Adds a comment"}, cli.StringFlag{Name: "action", Usage: "Assigns the ACL action (allow,deny)", Value: ACLActionAllow},