2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Update nodeshell documentation on stdout/stderr

This commit is contained in:
Jarrod Johnson 2017-06-21 14:30:54 -04:00
parent f4267e6013
commit bc1b1a9676

View File

@ -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