diff --git a/src/Ports/Console/Commands/FetchCoursesCommand.php b/src/Ports/Console/Commands/FetchCoursesCommand.php index 7e01092..6479c99 100644 --- a/src/Ports/Console/Commands/FetchCoursesCommand.php +++ b/src/Ports/Console/Commands/FetchCoursesCommand.php @@ -9,7 +9,9 @@ class FetchCoursesCommand extends Command { - protected $signature = 'money:fetch-courses {--date=}'; + protected $signature = "money:fetch-courses {--date= : Date by format y-m-d}"; + + protected $description = 'Fetch currency courses from CBR'; public function handle(Finder $finder, CourseCreator $creator) {