Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jan 12, 2024
1 parent 15a3cff commit 794a82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aim/cli/hathifiles.rb
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 794a82d

Please sign in to comment.