Skip to content

Commit 47e0af1

Browse files
committed
Solved comments
1 parent 8799957 commit 47e0af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/commands/cdn/origin_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func NewOriginListCommand(sl *metadata.SoftlayerCommand) *OriginListCommand {
2727
cobraCmd := &cobra.Command{
2828
Use: "origin-list " + T("IDENTIFIER"),
2929
Short: T("List origin path for an existing CDN mapping."),
30-
Long: T("${COMMAND_NAME} sl cdn list"),
30+
Long: T("${COMMAND_NAME} sl cdn origin-list"),
3131
Args: metadata.OneArgs,
3232
RunE: func(cmd *cobra.Command, args []string) error {
3333
return thisCmd.Run(args)

0 commit comments

Comments
 (0)