shwstppr commented on code in PR #7397:
URL: https://github.com/apache/cloudstack/pull/7397#discussion_r1177504854
##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/CreateVMScheduleCmd.java:
##########
@@ -55,7 +54,7 @@ public class CreateVMScheduleCmd extends BaseCmd {
@Parameter(name = ApiConstants.SCHEDULE,
type = CommandType.STRING,
required = true,
- description = "Schedule for action on VM in cron format")
+ description = "Schedule for action on VM in cron format. e.g. '0
15 10 * *'")
Review Comment:
```suggestion
description = "Schedule for action on VM in cron format. e.g. '0
15 10 * *' for 'at 15:00 on 10th day of every month'")
```
@vishesh92 would it make more sense?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]