chiark / gitweb /
busctl: remove ','; it's all one string
[elogind.git] / src / libsystemd-bus / busctl.c
index bcacfcee851ee089e0aeb5f8fbc4c6a195a95084..57bc83d1c19364f2d1082d6e45e0ec223e2cd9bc 100644 (file)
@@ -282,7 +282,9 @@ 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",
+               "  monitor [SERVICE...]    Show bus traffic\n"
+               "  status ENDPOINT         Show endpoint status\n"
+               "  help                    Show this help\n",
                program_invocation_short_name);
 
         return 0;