Description: Describe merge.py usage
 merge.py and a lotof json snippets are shipped int he examples dir.
 Describe how to use them
Author: Wookey <wookey@debian.org>
Last-Update: 2014-07-16

--- rt-app-0.2~alpha2.20140716.orig/README.in
+++ rt-app-0.2~alpha2.20140716/README.in
@@ -69,6 +69,10 @@ $ rt-app <config_file>
 where config file is a full/relative path to a json file (look under doc/ for
 an example config file) or "-" (without quotes) to read JSON data from stdin.
 
+The python merge script can be used to combine json snippets into the config file:
+e.g:
+./merge.py -o combined.json global.json resources.json thread0.json thread1.json thread2.json thread3.json
+
 OR you can use commandline to define the taskset.
 Keep in mind that on commandline it will never be possible to define resources
 and how tasks access them.
