diff --git a/README.md b/README.md index 012cc00..ed1cb4c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Usage ----- ``` -Usage: ./learncrypt [options] +Usage: bayernfahrplan [options] Options: -f --file The file that the data is written to. diff --git a/source/app.d b/source/app.d index 0c638f7..83ec0a1 100644 --- a/source/app.d +++ b/source/app.d @@ -25,7 +25,7 @@ void main(string[] args) if (helpInformation.helpWanted) { - defaultGetoptPrinter("Usage: ./learncrypt [options]\n\n Options:", helpInformation.options); + defaultGetoptPrinter("Usage: bayernfahrplan [options]\n\n Options:", helpInformation.options); return; }