Skip to content

Commit

Permalink
Merge pull request #189 from stewartmacdonald/stewartmacdonald-patch-1
Browse files Browse the repository at this point in the history
Fixed typo in --help
  • Loading branch information
atruskie authored Sep 3, 2018
2 parents f3fb586 + e9d0b58 commit cb16503
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public Arguments()
public double? EndOffset { get; set; }

[Option(
Description = "Allow advancing the start of the analysis to the nearest minute. A valid datetime must be available in the file name. Seed additional notes for options.",
Description = "Allow advancing the start of the analysis to the nearest minute. A valid datetime must be available in the file name. See additional notes for options.",
ShortName = "")]
public TimeAlignment AlignToMinute { get; set; } = TimeAlignment.None;

Expand Down Expand Up @@ -102,4 +102,4 @@ public override Task<int> Execute(CommandLineApplication app)
}
}
}
}
}

0 comments on commit cb16503

Please sign in to comment.