summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-01-17 09:34:53 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-01-17 09:34:53 +0100
commitcb90a5e94ea52ddf2f479bdb6e7ab7b8890302c1 (patch)
treef129bedfd6ad882fb8adcfc25c9b5e22586f7798
parenta04b7506369bf34bf17b86d7cf4ba12b451aeb52 (diff)
ufo-runjson: document -s/--scheduler flag
-rw-r--r--docs/man/ufo-runjson.1.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/man/ufo-runjson.1.txt b/docs/man/ufo-runjson.1.txt
index 5d0dd22..7449cd5 100644
--- a/docs/man/ufo-runjson.1.txt
+++ b/docs/man/ufo-runjson.1.txt
@@ -9,7 +9,7 @@ ufo-runjson - Run UFO workflows defined as JSON
SYNOPSIS
--------
[verse]
-'ufo-runjson' [-t] [-a] [-v] 'FILE.json'
+'ufo-runjson' [-t] [-a] [-s dynamic|fixed] [-v] 'FILE.json'
DESCRIPTION
@@ -28,5 +28,9 @@ OPTIONS
*-a*::
Host address of one or more ufod instances.
+*--scheduler*::
+*-s*::
+ Choose a scheduler other than the default dynamic scheduler.
+
*--version*::
Output version number.