From bc1b1a9676e54d96dba57659dcae89771679bb69 Mon Sep 17 00:00:00 2001
From: Jarrod Johnson <jjohnson2@lenovo.com>
Date: Wed, 21 Jun 2017 14:30:54 -0400
Subject: [PATCH] Update nodeshell documentation on stdout/stderr

---
 confluent_client/doc/man/nodeshell.ronn | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/confluent_client/doc/man/nodeshell.ronn b/confluent_client/doc/man/nodeshell.ronn
index 7dd8c5ed..888e8f51 100644
--- a/confluent_client/doc/man/nodeshell.ronn
+++ b/confluent_client/doc/man/nodeshell.ronn
@@ -9,7 +9,8 @@ nodeshell(8) -- Execute command on many nodes in a noderange through ssh
 
 Allows execution of a command on many nodes in parallel.  Like noderun(8), it
 accepts and interpolates confluent attribute expressions as documented in 
-nodeattribexpressions(5).
+nodeattribexpressions(5).  `nodeshell` provides stdout as stdout and stderr
+as stderr, unlike psh which combines all stdout and stderr into stdout.
 
 ## EXAMPLES