From 80f4dc19c0a063352a5d33a003b976ed6c0314c4 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 14 Mar 2009 22:48:24 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Manual1.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Manual1.wiki b/wiki/Manual1.wiki index 865a9a9..7598c59 100644 --- a/wiki/Manual1.wiki +++ b/wiki/Manual1.wiki @@ -127,7 +127,7 @@ The -c option specifies the command that will be executed by PPSS in parallel fo Sometimes, the item should not be appended to the command, but inserted somewhere in the middle. This is possible by using the placeholder "$ITEM". See the following example: -`$ ./ppss.sh standalone -d /path/to/files -c 'cp "$ITEM" /destination/dir '` +`$ ./ppss.sh standalone -d /path/to/files -c 'cp "$ITEM" /destination/dir'` Another example is the use of an input file instead of a directory. Such a file is specified with the -f option.