fixed stupid copy/paste mistake

This commit is contained in:
Johannes Loher 2017-05-14 11:54:09 +02:00
parent e112fbe7ec
commit 82f134f565
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Usage
----- -----
``` ```
Usage: ./learncrypt [options] Usage: bayernfahrplan [options]
Options: Options:
-f --file The file that the data is written to. -f --file The file that the data is written to.

View File

@ -25,7 +25,7 @@ void main(string[] args)
if (helpInformation.helpWanted) if (helpInformation.helpWanted)
{ {
defaultGetoptPrinter("Usage: ./learncrypt [options]\n\n Options:", helpInformation.options); defaultGetoptPrinter("Usage: bayernfahrplan [options]\n\n Options:", helpInformation.options);
return; return;
} }