summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-12-13 11:58:34 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-12-13 11:58:34 +0100
commit8f3ca5e47a4403749883e6e83db6410bd5ad8ffc (patch)
tree2506872e19d596aec738df69bec5c0b0e4e5885e /docs/manual
parent21264078475baf22fd7fa1934e87cf15924adab4 (diff)
Fix runjson name in documentation
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/using/quickstart.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/using/quickstart.rst b/docs/manual/using/quickstart.rst
index 12f90b3..566d095 100644
--- a/docs/manual/using/quickstart.rst
+++ b/docs/manual/using/quickstart.rst
@@ -6,8 +6,8 @@ Quick start guide
There are essentially two ways to specify and execute a graph of tasks. One
involves writing a :ref:`JSON file <json-configuration>` that is executed by the
-``runjson`` utility, the other way uses the provided language bindings to setup
-the task graph specifically.
+``ufo-runjson`` utility, the other way uses the provided language bindings to
+setup the task graph specifically.
Using a JSON description
@@ -47,13 +47,13 @@ one-dimensional Fourier-transform on a set of input files::
]
}
-Save this to a file named ``fft.json`` and execute it by calling the ``runjson``
-tool::
+Save this to a file named ``fft.json`` and execute it by calling the
+``ufo-runjson`` tool::
- $ runjson fft.json
+ $ ufo-runjson fft.json
-``runjson`` takes two optional parameters. ``-p`` or ``--path`` expects a path
-name to a location where UFO plugins are stored. This can be useful if the
+``ufo-runjson`` takes two optional parameters. ``-p`` or ``--path`` expects a
+path name to a location where UFO plugins are stored. This can be useful if the
standard nodes were installed in a user-defined location or third-party nodes
should be looked up too.