From 794a82def2d56b5276f05b924b7711dc87dcfe80 Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Fri, 12 Jan 2024 17:25:43 -0500 Subject: [PATCH] typo --- lib/aim/cli/hathifiles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aim/cli/hathifiles.rb b/lib/aim/cli/hathifiles.rb index ba06a4e..88e7207 100644 --- a/lib/aim/cli/hathifiles.rb +++ b/lib/aim/cli/hathifiles.rb @@ -1,7 +1,7 @@ module AIM class CLI class Hathifiles < Thor - desc "catchup", "applies updates to the hathifiles from start_date up to today; Default start_date is today" + desc "catch_up", "applies updates to the hathifiles from start_date up to today; Default start_date is today" option :start_date, type: :string, default: S.today_str def catch_up AIM::Hathifiles.catch_up(options[:start_date])