lib/git/heatmap/command/generate.rb in git-heatmap-0.1.0 vs lib/git/heatmap/command/generate.rb in git-heatmap-0.2.0

- old
+ new

@@ -41,10 +41,10 @@ "yearly" => Yearly } options do option "--template <path>", "The template file to use.", default: "series" - option "--period <name>", "The period to use, one of: #{PERIODS.keys.join(', ')}.", default: "daily" + option "--period <name>", "The period to use, one of: #{PERIODS.keys.join(', ')}.", default: "weekly" option "--depth <integer>", "Specify the depth of aggregation (depth of top level directories).", type: Integer, default: 2 option "--output <path>", "The output path to use." end