aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Pannacciulli <jpnc@jpnc.info>2017-09-16 22:09:44 -0700
committerJames Pannacciulli <jpnc@jpnc.info>2017-09-16 22:09:44 -0700
commit79300351f60046a43e122b5d6144f2e63c9d4037 (patch)
treeef603598abafc81d3c9a7fed65a65cec6827bfd0
parent32b8a73bedd4a7f7e04c70ab05d3a704cd63b593 (diff)
downloadparssh-79300351f60046a43e122b5d6144f2e63c9d4037.tar.gz
parssh-79300351f60046a43e122b5d6144f2e63c9d4037.tar.bz2
minor README update
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aa12fcf..0d68f6d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ SERVERLIST and execute:
- Export FUNCTIONS and VARIABLES from local Bash session to remote hosts from
SERVERLIST and execute with a concurrency of 35, saving and displaying output
-along with the commands and meta-data as a header in the 'PROJECT_NAME.out'
-and 'PROJECT_NAME.err' files:
+along with the commands and meta-data as a header in the 'OUTFILE.out'
+and 'OUTFILE.err' files:
- parssh -35 -C -t PROJECT_NAME "$(declare -f FUNCTIONS; declare -p VARIABLES); FUNCTIONS" < SERVERLIST
+ parssh -35 -C -t OUTFILE "$(declare -f FUNCTIONS; declare -p VARIABLES); FUNCTIONS" < SERVERLIST