From 82f134f565a2ad85647c273fd8787b35c0140a09 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 14 May 2017 11:54:09 +0200 Subject: [PATCH] fixed stupid copy/paste mistake --- README.md | 2 +- source/app.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }