Skip to content

Commit dc62965

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
reset files to master version
1 parent 6b90855 commit dc62965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/commands/account/hook_create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ func NewHookCreateCommand(sl *metadata.SoftlayerCommand) *HookCreateCommand {
3535
},
3636
}
3737

38-
cobraCmd.Flags().StringVarP(&thisCmd.Name, "name", "N", "", T("The name of the hook. [required]"))
39-
cobraCmd.Flags().StringVarP(&thisCmd.Uri, "uri", "U", "", T("The endpoint that the script will be downloaded. [required]"))
38+
cobraCmd.Flags().StringVarP(&thisCmd.Name, "name", "N", "", T("The name of the hook."))
39+
cobraCmd.Flags().StringVarP(&thisCmd.Uri, "uri", "U", "", T("The endpoint that the script will be downloaded."))
4040

4141
//#nosec G104 -- This is a false positive
4242
cobraCmd.MarkFlagRequired("name")

0 commit comments

Comments
 (0)