From 0b7f05d48cd5f4dd571c80c0c9cbc7b9a35c5eee Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Mon, 9 Mar 2009 20:36:20 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Manual.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Manual.wiki b/wiki/Manual.wiki index 9002063..137883e 100644 --- a/wiki/Manual.wiki +++ b/wiki/Manual.wiki @@ -10,7 +10,7 @@ This page discusses the usage of PPSS on a single host. Examples show how PPSS i The following output is displayed by PPSS when executed without any options: {{{ -istributed Parallel Processing Shell Script +Distributed Parallel Processing Shell Script Version: 2.0 PPSS is a Bash shell script that executes commands in parallel on a set @@ -96,7 +96,7 @@ Running PPSS based on a configuration file. Running PPSS on a client as part of a cluster. ./ppss.sh node -d /somedir -c 'cp /some/destination' -s 10.0.0.50 -u ppss -t -k ppss-key.key -}} +}}} A detailed explanation based on examples will follow.