Skip to content

Commit

Permalink
Minor CLI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jul 3, 2018
1 parent b02c684 commit 9e593a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/AnalysisPrograms/ConcatenateIndexFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class Arguments : SubCommandBase
public TimeSpan? TimeSpanOffsetHint { get; set; }

[Option(
CommandOptionType.SingleValue,
CommandOptionType.NoValue,
Description = "Draw false-colour spectrograms after concatenating index files",
ShortName = "")]
public bool DrawImages { get; set; } = true;
Expand Down Expand Up @@ -131,6 +131,7 @@ public class Arguments : SubCommandBase
public string FalseColourSpectrogramConfig { get; set; }

[Option(
CommandOptionType.NoValue,
Description = "Set true only when concatenating more than 24-hours of data into one image",
LongName = "concatenate-everything",
ShortName = "")]
Expand Down
2 changes: 1 addition & 1 deletion src/AnalysisPrograms/DummyAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class DummyAnalysis

[Command(
CommandName,
Description = "An program designed to simulate load - does nothing other than burn CPU;")]
Description = "A program designed to simulate load - does nothing other than burn CPU;")]
public class Arguments : SubCommandBase
{
[Option(Description = "Burn load on multiple CPU threads?")]
Expand Down

0 comments on commit 9e593a7

Please sign in to comment.