mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 14:20:03 +03:00
Print to stdout
This commit is contained in:
parent
9076f7bab3
commit
433d1eb73e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ else
|
||||||
|
|
||||||
void printHelp(string programName)
|
void printHelp(string programName)
|
||||||
{
|
{
|
||||||
stderr.writefln(`
|
stdout.writefln(`
|
||||||
Usage: %1$s <options>
|
Usage: %1$s <options>
|
||||||
|
|
||||||
Human-readable output:
|
Human-readable output:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue