Browse Source

Add -F pidfile to usage(..)

tags/ggatessh-v1.0.0
ngie 9 years ago
parent
commit
63f32471b0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ggated/ggated.c

+ 2
- 2
ggated/ggated.c View File

@@ -112,8 +112,8 @@ static void
usage(void)
{

fprintf(stderr, "usage: %s [-nv] [-a address] [-p port] [-R rcvbuf] "
"[-S sndbuf] [exports file]\n", getprogname());
fprintf(stderr, "usage: %s [-nv] [-a address] [-F pidfile] [-p port] "
"[-R rcvbuf] [-S sndbuf] [exports file]\n", getprogname());
exit(EXIT_FAILURE);
}



Loading…
Cancel
Save