in DataGenerators/TelcoGenerator/Program.cs [298:304]
static void Usage()
{
// In this case, we treat the #FilesPerDump as the number of switch, which is not 100% true
Console.WriteLine("Usage: telcodatagen [#NumCDRsPerHour] [SIM Card Fraud Probability] [#DurationHours]");
System.Environment.Exit(-1);
}