Skip to content

Commit

Permalink
Update DrawLongDurationSpectrograms.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Sep 22, 2020
1 parent 18c21d0 commit f78c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AnalysisPrograms/DrawLongDurationSpectrograms.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class Arguments : SubCommandBase

[Option(
ShortName = "fcs",
Description = "Config file specifying directory containing indices.csv files and other parameters.")]
Description = "Config file specifying that contains FCS settings. `Normally named SpectrogramFalseColourConfig.yml`")]
[ExistingFile(Extension = ".yml")]
[LegalFilePath]
public string FalseColourSpectrogramConfig { get; set; }
Expand Down Expand Up @@ -501,4 +501,4 @@ public static void CreatePhnIndex(Dictionary<string, IndexProperties> indexPrope
}
*/
}
}
}

0 comments on commit f78c09a

Please sign in to comment.