We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8799957 commit 47e0af1Copy full SHA for 47e0af1
1 file changed
plugin/commands/cdn/origin_list.go
@@ -27,7 +27,7 @@ func NewOriginListCommand(sl *metadata.SoftlayerCommand) *OriginListCommand {
27
cobraCmd := &cobra.Command{
28
Use: "origin-list " + T("IDENTIFIER"),
29
Short: T("List origin path for an existing CDN mapping."),
30
- Long: T("${COMMAND_NAME} sl cdn list"),
+ Long: T("${COMMAND_NAME} sl cdn origin-list"),
31
Args: metadata.OneArgs,
32
RunE: func(cmd *cobra.Command, args []string) error {
33
return thisCmd.Run(args)
0 commit comments