forked from TrueCloudLab/frostfs-node
[#1821] neofs-cli: Fix description of cli commands
1. nodeinfo - updated description of node. 2. eacl - fixed misprint. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
0a411908ee
commit
5284ac53f9
3 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
var getExtendedACLCmd = &cobra.Command{
|
||||
Use: "get-eacl",
|
||||
Short: "Get extended ACL table of container",
|
||||
Long: `Get extended ACL talbe of container`,
|
||||
Long: `Get extended ACL table of container`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
id := parseContainerID(cmd)
|
||||
pk := key.GetOrGenerate(cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue