added new line for Simple output to PrintHelp (#407)
This commit is contained in:
parent
01cb08ce35
commit
e4b33d8911
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ function printHelp() {
|
||||||
p(' bunyan: 0 indented JSON, bunyan\'s native format');
|
p(' bunyan: 0 indented JSON, bunyan\'s native format');
|
||||||
p(' inspect: node.js `util.inspect` output');
|
p(' inspect: node.js `util.inspect` output');
|
||||||
p(' short: like "long", but more concise');
|
p(' short: like "long", but more concise');
|
||||||
|
p(' simple: level, followed by "-" and then the message');
|
||||||
p(' -j shortcut for `-o json`');
|
p(' -j shortcut for `-o json`');
|
||||||
p(' -0 shortcut for `-o bunyan`');
|
p(' -0 shortcut for `-o bunyan`');
|
||||||
p(' -L, --time local');
|
p(' -L, --time local');
|
||||||
|
|
Loading…
Reference in a new issue