Actions
Bug #20613
closedUpdate the help description for "--sync-date" option in hammer.
Difficulty:
easy
Triaged:
Bugzilla link:
Description
Update the help description for "--sync-date" option in hammer.
How reproducible:
Always
Steps to Reproduce:
1. hammer sync-plan create --help
2. Check the help summary of '--sync-date'
start date and time of the synchronization defaults to now Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
The customer thinks this description is confusing. The customer tried the following command to create sync plan thinking that the --sync-date option is not required as help says "--sync-date will default to now."
hammer --password secret sync-plan create --organization test --name "RedHat Software collections synch" --description "A synch plan for RHSC" --enabled True --interval "weekly"
It returns:
Could not create the sync plan: Missing arguments for 'sync_date'
Expected:
Change this help with some simple summary? I think the following line in help will be enough.
Provide Date and time in YYYY-MM-DD HH:MM:SS or in ISO 8601 format
Actions