Skip to content

Commit

Permalink
Fixes #20613 - Update help text for --sync-date (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumbe authored and akofink committed Aug 17, 2017
1 parent a137840 commit 59ab740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hammer_cli_katello/sync_plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class CreateCommand < HammerCLIKatello::CreateCommand
)

option "--sync-date", "SYNC_DATE",
_("start date and time of the synchronization defaults to now"),
_("Start date and time for the sync plan." \
"Time is optional, if kept blank current system time will be considered"),
:format => HammerCLI::Options::Normalizers::DateTime.new

success_message _("Sync plan created")
Expand Down

0 comments on commit 59ab740

Please sign in to comment.