Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-01-11 20:26:35 +00:00
parent 49059cdadf
commit 95572d7ca3
1 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Items can be two things:
Throughout this manual the word items will be used, but think of them as you please, most often it will be files. Throughout this manual the word items will be used, but think of them as you please, most often it will be files.
== Comnand line options == == Command line options ==
Before discussing the full list of command line options, an example will be given how to run PPSS with the least amount of options, in it's simplest form. Before discussing the full list of command line options, an example will be given how to run PPSS with the least amount of options, in it's simplest form.
@ -51,5 +51,4 @@ When an item is processed, any output that is generated is logged within its ind
If you tailor your command the right way, or create a (small) script, it is very easy to determine which items have not been processed correctly. A simple grep on 'error' might already give a clue. If you tailor your command the right way, or create a (small) script, it is very easy to determine which items have not been processed correctly. A simple grep on 'error' might already give a clue.
*Important:* If a log file exists for an item, and PPSS is run again, that item will be skipped. This allows you to interrupt PPSS and continue where you left off. If you want to process all items again, just remove the job_log directory. *Important:* If a log file exists for an item, and PPSS is run again, that item will be skipped. This allows you to interrupt PPSS and continue where you left off. If you want to process all items again, just remove the job_log directory.