Fixed formatting of the help
This commit is contained in:
parent
9191b2af24
commit
48af91c224
@ -12,10 +12,10 @@ import inputhandler;
|
|||||||
void printHelp()
|
void printHelp()
|
||||||
{
|
{
|
||||||
writeln(`
|
writeln(`
|
||||||
Usage:
|
Usage:
|
||||||
-h Display this help message
|
-h Display this help message
|
||||||
-b <text file> Batchmode -> Downloads all links in the given text file
|
-b <text file> Batchmode -> Downloads all links in the given text file
|
||||||
<link> Download only one manga`);
|
<link> Download only one manga`);
|
||||||
}
|
}
|
||||||
|
|
||||||
void main(string[] args)
|
void main(string[] args)
|
||||||
|
Loading…
Reference in New Issue
Block a user