From ac80ddc9b10bf838d191142bf15bba98cd5f4088 Mon Sep 17 00:00:00 2001 From: James Pannacciulli Date: Mon, 13 Apr 2015 20:11:36 -0700 Subject: minor usage info update --- pars.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pars.sh b/pars.sh index 9f52bda..2aa83cf 100644 --- a/pars.sh +++ b/pars.sh @@ -132,22 +132,29 @@ _parssh.usage () { "DESCRIPTION"\ " -NUM (default: 4)"\ " Number of concurrent ssh connections to maintain. E.g. '-40'."\ + ""\ " -r FILE, --rinput FILE (default: unset/inactive)"\ " File to send as STDIN redirection on remote servers."\ " (Can be used as replacement for or in conjunction with COMMANDS)."\ + ""\ " -s FILE, --servers FILE (default: unset/inactive)"\ " File to use as list of servers to run COMMANDS on."\ " (Cannot be used in conjunction with a server list on STDIN)."\ + ""\ " -b, --bare (default: unset/inactive)"\ " Disable prepending of hostname to each output line returned by COMMANDS on SERVERS."\ + ""\ " -o PREFIX, --out PREFIX (default: unset/inactive)"\ " Redirect STDOUT / STDERR to PREFIX.out / PREFIX.err, respectively."\ + ""\ " -t PREFIX, --tee PREFIX (default: unset/inactive)"\ " Copy STDOUT / STDERR to PREFIX.out / PREFIX.err, respectively."\ + ""\ " COMMANDS"\ " The list of commands to be executed remotely by SSH on each SERVER."\ + ""\ " < SERVERS"\ " Unless '-s' flag is used, STDIN will be used as list of remote servers."\ - " (Deliniated by whitespace)." + " (Deliniated by newlines)." return 1 } -- cgit v1.2.3