Skip to content

Commit

Permalink
Added explantory text to GapRendering CLI argument
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Dec 18, 2017
1 parent 805f6ab commit 1ad7ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AudioAnalysis/AnalysisPrograms/ConcatenateIndexFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class Arguments
[ArgDescription("Set true only when concatenating more than 24-hours of data into one image - e.g. PNG/Indonesian data.")]
public bool ConcatenateEverythingYouCanLayYourHandsOn { get; set; }

[ArgDescription("How to render gaps in a recording.")]
[ArgDescription("How to render gaps in a recording. Valid options: `" + nameof(ConcatMode.TimedGaps) + "` (default), `" + nameof(ConcatMode.NoGaps) + "`, `"+ nameof(ConcatMode.EchoGaps) + "`")]
public ConcatMode GapRendering { get; set; }

[ArgDescription("One or more directories where the RECOGNIZER event scores are located in csv files. This is optional")]
Expand Down

0 comments on commit 1ad7ff5

Please sign in to comment.