diff --git a/source/app.d b/source/app.d index 1c932f7..a13ba51 100644 --- a/source/app.d +++ b/source/app.d @@ -12,10 +12,10 @@ import inputhandler; void printHelp() { writeln(` - Usage: - -h Display this help message - -b Batchmode -> Downloads all links in the given text file - Download only one manga`); +Usage: + -h Display this help message + -b Batchmode -> Downloads all links in the given text file + Download only one manga`); } void main(string[] args)