From db1ac7499a8c7c8cef682859307d03c4494277cc Mon Sep 17 00:00:00 2001
From: Henry <cryptix@riseup.net>
Date: Wed, 15 Oct 2014 13:36:14 +0200
Subject: [PATCH] added help about wildcard

---
 cmd/ipfs/log.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/ipfs/log.go b/cmd/ipfs/log.go
index 9c979ceb8..3f7d7bfc2 100644
--- a/cmd/ipfs/log.go
+++ b/cmd/ipfs/log.go
@@ -13,7 +13,7 @@ var cmdIpfsLog = &commander.Command{
 
     ipfs log dht error       - log error messages from the dht subsystem
     ipfs log merkledag debug - print debug output from the merkledag subsystem
-
+		ipfs log * critical      - change all subsystems to only log critical errors
 
 ipfs block is a utility command used to change the logging output of a running daemon.`,
 	Run:  logCmd,
-- 
GitLab