From e4b33d8911333fede931c3b2d16f20986d96e08d Mon Sep 17 00:00:00 2001 From: Floris Vink Date: Tue, 8 Nov 2016 07:24:00 +0100 Subject: [PATCH] added new line for Simple output to PrintHelp (#407) --- bin/bunyan | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bunyan b/bin/bunyan index 085ec4f4..5eeb449b 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -244,6 +244,7 @@ function printHelp() { p(' bunyan: 0 indented JSON, bunyan\'s native format'); p(' inspect: node.js `util.inspect` output'); p(' short: like "long", but more concise'); + p(' simple: level, followed by "-" and then the message'); p(' -j shortcut for `-o json`'); p(' -0 shortcut for `-o bunyan`'); p(' -L, --time local');