From 59ab74029d44befde9a0037591e3cffd493eb82f Mon Sep 17 00:00:00 2001 From: Ashish Humbe Date: Thu, 17 Aug 2017 22:17:57 +0530 Subject: [PATCH] Fixes #20613 - Update help text for --sync-date (#504) --- lib/hammer_cli_katello/sync_plan.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hammer_cli_katello/sync_plan.rb b/lib/hammer_cli_katello/sync_plan.rb index 56c5fefe..2c1ad29f 100644 --- a/lib/hammer_cli_katello/sync_plan.rb +++ b/lib/hammer_cli_katello/sync_plan.rb @@ -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")