diff options
-rw-r--r-- | src/core/dbus-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index 67b7b13eac..925e87cc57 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -144,7 +144,7 @@ " <arg name=\"set\" type=\"as\" direction=\"in\"/>\n" \ " </method>\n" \ " <method name=\"ListUnitFiles\">\n" \ - " <arg name=\"changes\" type=\"a(ss)\" direction=\"out\"/>\n" \ + " <arg name=\"files\" type=\"a(ss)\" direction=\"out\"/>\n" \ " </method>\n" \ " <method name=\"GetUnitFileState\">\n" \ " <arg name=\"file\" type=\"s\" direction=\"in\"/>\n" \ |