diff --git a/wiki/Manual2.wiki b/wiki/Manual2.wiki index 551e059..2c5a763 100644 --- a/wiki/Manual2.wiki +++ b/wiki/Manual2.wiki @@ -197,7 +197,7 @@ This is the most important part of setting up distributed PPSS. It is exactly th The best way to explain how to create a configuration file for distributed PPSS is to provide an example. In this example, a script is used to encode WAV files to MP3. This script is called 'encode.sh' and takes a filename as an argument. -`./ppss config -C config.cfg -c 'encode.sh ' -d /source/dir -s 192.168.1.100 -u ppss -k ppss-key.key -S ./encode.sh -n nodes.txt -t -o /some/output/dir` +`./ppss config -C config.cfg -c 'encode.sh ' -d /source/dir -m 192.168.1.100 -u ppss -k ppss-key.key -S ./encode.sh -n nodes.txt -o /some/output/dir --upload --download` It is quite a long command line, however, it is executed only once. Afther that, the config file config.cfg can be used for all further commands.