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 | -f ] [ -c ' "$ITEM"' ] - [ -C ] [ -j ] [ -l ] [ -p <# jobs> ] - [ -D ] [ -h ] [ --help ] +usage: ./ppss [ -d | -f ] [ -c ' "$ITEM"' ] + [ -C ] [ -j ] [ -l ] [ -p <# jobs> ] + [ -D ] [ -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 -c 'wget -q -P /destination/directory "$ITEM"' -p 10 + }}} If PPSS is executed with -h, more options are displayed.