chiark / gitweb /
man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)
[elogind.git] / src / bus-proxyd / bus-proxyd.c
index 2944596b090b5d981d5dd5b3fcf86f4d36a72eb2..80d21203ed12f22fa6085d89b43c282b3511600d 100644 (file)
@@ -85,7 +85,7 @@ static int parse_argv(int argc, char *argv[]) {
         assert(argc >= 0);
         assert(argv);
 
-        while ((c = getopt_long(argc, argv, "hsup:", options, NULL)) >= 0) {
+        while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) {
 
                 switch (c) {