From 07bd13bb044781edc34423aab26dcadee15371b6 Mon Sep 17 00:00:00 2001
From: Louwrentius <Louwrentius@7749c172-d934-11dd-87b6-9d1a99559f42>
Date: Sat, 20 Mar 2010 22:33:15 +0000
Subject: [PATCH] Edited wiki page through web user interface.

---
 wiki/Manual1.wiki | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/wiki/Manual1.wiki b/wiki/Manual1.wiki
index 77beee4..b102bab 100644
--- a/wiki/Manual1.wiki
+++ b/wiki/Manual1.wiki
@@ -11,18 +11,19 @@ The following output is displayed by PPSS when executed without any options:
 
 {{{ 
 
-bash-3.2$ ./ppss.sh 
+bash-3.2$ ppss
 
-|P|P|S|S| Distributed Parallel Processing Shell Script 2.40
+|P|P|S|S| Distributed Parallel Processing Shell Script 2.60
 
-usage: ./ppss.sh [ -d <sourcedir> | -f <sourcefile> ]  [ -c '<command> "$ITEM"' ]
-                 [ -C <configfile> ]  [ -j ] [ -l <logfile> ] [ -p <# jobs> ]
-                 [ -D <delay> ] [ -h ] [ --help ]
+usage: ./ppss [ -d <sourcedir> | -f <sourcefile> ]  [ -c '<command> "$ITEM"' ]
+                 [ -C <configfile> ] [ -j ] [ -l <logfile> ] [ -p <# jobs> ]
+                 [ -D <delay> ] [ -h ] [ --help ] [ -r ] 
 
 Examples:
-                 ./ppss.sh -d /dir/with/some/files -c 'gzip '
-                 ./ppss.sh -d /dir/with/some/files -c 'gzip "$ITEM"' -D 5
-                 ./ppss.sh -d /dir/with/some/files -c 'cp "$ITEM" /tmp' -p 2
+                 ./ppss -d /dir/with/some/files -c 'gzip '
+                 ./ppss -d /dir/with/some/files -c 'cp "$ITEM" /tmp' -p 2
+                 ./ppss -f <file> -c 'wget -q -P /destination/directory "$ITEM"' -p 10
+
 }}}
 
 If PPSS is executed with -h, more options are displayed.