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
|
@ -15,8 +15,8 @@ const nodeInfoJSONFlag = commonflags.JSON
|
|||
|
||||
var nodeInfoCmd = &cobra.Command{
|
||||
Use: "nodeinfo",
|
||||
Short: "Get local node info",
|
||||
Long: `Get local node info`,
|
||||
Short: "Get target node info",
|
||||
Long: `Get target node info`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
p := key.GetOrGenerate(cmd)
|
||||
cli := internalclient.GetSDKClientByFlag(cmd, p, commonflags.RPC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue