Add --dumptasks to documentation
authorClifford Wolf <clifford@clifford.at>
Fri, 8 Mar 2019 20:20:08 +0000 (12:20 -0800)
committerClifford Wolf <clifford@clifford.at>
Fri, 8 Mar 2019 20:20:08 +0000 (12:20 -0800)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
docs/source/reference.rst

index 0b6988dfb2608032831c68ee613e2ab4571d8359..dc5f33631936e24b5c771bcbce5075c6a635c326 100644 (file)
@@ -104,6 +104,9 @@ combinations of some host implementations A and B and device implementations X a
 The ``[tasks]`` section must appear in the ``.sby`` file before the first
 ``<taskname>:`` or ``~<taskname>:`` tag.
 
+The command ``sby --dumptasks <sby_file>`` prints the list of all tasks defined in
+a given ``.sby`` file.
+
 Options section
 ---------------