summaryrefslogtreecommitdiff
path: root/docs/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage.rst')
-rw-r--r--docs/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index 74a1714..87216c7 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -57,7 +57,7 @@ This script reads the input directory and returns a system object from the domai
{% for module in system.modules %}
{%- for interface in module.interfaces -%}
- SERVICE, {{module}}.{{interface}}
+ INTERFACE, {{module}}.{{interface}}
{% endfor -%}
{%- for struct in module.structs -%}
STRUCT , {{module}}.{{struct}}