chiark / gitweb /
event: add ability to change fd of an active event source
[elogind.git] / src / libsystemd-bus / busctl.c
index c855f936d6fe0b82cf3e9feb5772492e7e2ba598..57bc83d1c19364f2d1082d6e45e0ec223e2cd9bc 100644 (file)
@@ -282,8 +282,8 @@ static int help(void) {
                "     --match=MATCH        Only show matching messages\n\n"
                "Commands:\n"
                "  list                    List bus names\n"
-               "  monitor [SERVICE...]    Show bus traffic\n",
-               "  status ENDPOINT         Show endpoint status\n",
+               "  monitor [SERVICE...]    Show bus traffic\n"
+               "  status ENDPOINT         Show endpoint status\n"
                "  help                    Show this help\n",
                program_invocation_short_name);