fixed stupid copy/paste mistake
This commit is contained in:
parent
e112fbe7ec
commit
82f134f565
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue