mirror of
https://github.com/moul/sshportal.git
synced 2025-03-10 06:17:23 +08:00
commit
0aefd4d093
1 changed files with 1 additions and 1 deletions
2
shell.go
2
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},
|
||||
|
|
Loading…
Reference in a new issue