diff --git a/wiki/Manual2.wiki b/wiki/Manual2.wiki index 8a31fb6..a9c41c7 100644 --- a/wiki/Manual2.wiki +++ b/wiki/Manual2.wiki @@ -144,7 +144,8 @@ The OUTPUT_DIR and OUTPUT_FILE variables are special. It tells your command wher In this example, Lame requires that the user specifies an output file. PPSS generates the name of this output file for you, based on the name of the Item. This example shows that you don't need to create your own shell scripts in order to be able to use PPSS. -* = optional. If you created a file called 'known_hosts', this file will automatically be used. Warning: if you specify a different file with the -K option, the curent known_hosts file will be replaced by this file. +* = optional. If you created a file called 'known_hosts', this file will automatically be used. Warning: if you specify a different file with the -K option, the curent known_hosts file will be replaced by this file. If you manually create a file called known_hosts with the appropriate content, the -K option can be omitted. + == Create a script ==