aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nldev.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/nldev.c b/nldev.c
index 4579c51..6687632 100644
--- a/nldev.c
+++ b/nldev.c
@@ -24,8 +24,6 @@
#include "arg.h"
#include "log.h"
-int dofork = 0;
-
pid_t
spawn_handler(int fd, char **argv)
{
@@ -107,7 +105,7 @@ init_netlink_socket(void)
void
usage(void)
{
- die("usage: %s [-d] -- runpath [...]\n", argv0);
+ die("usage: %s runpath [...]\n", argv0);
}
int
@@ -116,9 +114,6 @@ main(int argc, char *argv[])
struct pollfd fds;
ARGBEGIN {
- case 'd':
- dodebug = 1;
- break;
default:
usage();
} ARGEND;