chiark / gitweb /
clients: add missing command line arguments
[elogind.git] / src / libsystemd-bus / busctl.c
index 895dd03971ad30bcb843b91af14b86783431df6e..088111cbce10648f0fa9dc73d8f3d6e80139d47f 100644 (file)
@@ -220,6 +220,8 @@ static int parse_argv(int argc, char *argv[]) {
                 { "address",   required_argument, NULL, ARG_ADDRESS   },
                 { "no-unique", no_argument,       NULL, ARG_NO_UNIQUE },
                 { "match",     required_argument, NULL, ARG_MATCH     },
                 { "address",   required_argument, NULL, ARG_ADDRESS   },
                 { "no-unique", no_argument,       NULL, ARG_NO_UNIQUE },
                 { "match",     required_argument, NULL, ARG_MATCH     },
+                { "host",      required_argument, NULL, 'H'           },
+                { "machine",   required_argument, NULL, 'M'           },
                 {},
         };
 
                 {},
         };