Skip to content

Commit d058d86

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
updated the review changes
1 parent baa0382 commit d058d86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/commands/loadbal/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func NewHealthChecksCommand(sl *metadata.SoftlayerCommand) *HealthChecksCommand
3333
cobraCmd := &cobra.Command{
3434
Use: "health-edit " + T("IDENTIFIER"),
3535
Short: T("Edit load balancer health check"),
36-
Long: T("${COMMAND_NAME} sl loadbal health-edit (--lb-id LOADBAL_ID) (--health-uuid HEALTH_CHECK_UUID) [-i, --interval INTERVAL] [-r, --retry RETRY] [-t, --timeout TIMEOUT] [-u, --url URL] \n\n Manage LBaaS health checks."),
36+
Short: T("Manage LBaaS health checks."),
3737
Args: metadata.OneArgs,
3838
RunE: func(cmd *cobra.Command, args []string) error {
3939
return thisCmd.Run(args)

plugin/commands/loadbal/l7pool_add.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func NewL7PoolAddCommand(sl *metadata.SoftlayerCommand) *L7PoolAddCommand {
3838
cobraCmd := &cobra.Command{
3939
Use: "l7pool-add",
4040
Short: T("Add a new L7 pool"),
41-
Long: T("${COMMAND_NAME} sl loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]\n\n Adds a new l7 pool \n\n -s is in colon deliminated format to make grouping IP:port:weight a bit easier."),
41+
Long: T("-s is in colon deliminated format to make grouping IP:port:weight a bit easier."),
4242
Args: metadata.NoArgs,
4343
RunE: func(cmd *cobra.Command, args []string) error {
4444
return thisCmd.Run(args)

0 commit comments

Comments
 (0)