Fixed formatting of the help

This commit is contained in:
Beepboop Belong the 3rd 2020-04-13 19:49:21 +02:00
parent 9191b2af24
commit 48af91c224
Signed by: beepboopbelong
GPG Key ID: B873A12869A7BD29

View File

@ -12,10 +12,10 @@ import inputhandler;
void printHelp()
{
writeln(`
Usage:
-h Display this help message
-b <text file> Batchmode -> Downloads all links in the given text file
<link> Download only one manga`);
Usage:
-h Display this help message
-b <text file> Batchmode -> Downloads all links in the given text file
<link> Download only one manga`);
}
void main(string[] args)