diff --git a/app/Ringo/ArgParser.hs b/app/Ringo/ArgParser.hs index 0824006..30e7f9b 100644 --- a/app/Ringo/ArgParser.hs +++ b/app/Ringo/ArgParser.hs @@ -45,10 +45,10 @@ settingsParser = let Settings {..} = defSettings "Suffix for count distinct bucket columns" <*> minorOption "dim-id-col-name" settingDimTableIdColumnName - "Name of dimention table id columns" + "Name of dimension table id columns" <*> minorOption "dim-id-col-type" settingDimTableIdColumnType - "Type of dimention table id columns" + "Type of dimension table id columns" <*> minorOption "fact-count-col-type" settingFactCountColumnType "Type of fact table count columns"