Skip to content

Commit

Permalink
Merge pull request #372 from guillaumerose/usage
Browse files Browse the repository at this point in the history
Fix daemon usage for vpnkit-tap-sockd
  • Loading branch information
djs55 authored Apr 3, 2018
2 parents 9b3905d + c32e0ba commit ad76822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/vpnkit-tap-vsockd/tap-vsockd.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ void usage(char *name)
printf("\t[--message-size <bytes>] [--buffer-size <bytes>]\n");
printf("\t[--listen | --connect]\n\n");
printf("where\n");
printf("\t--daemonize: run as a background daemon\n");
printf("\t--daemon: run as a background daemon\n");
printf("\t--nofork: don't run handlers in subprocesses\n");
printf("\t--tap <name>: create a tap device with the given name\n");
printf("\t (defaults to eth1)\n");
Expand Down

0 comments on commit ad76822

Please sign in to comment.