Introduction
Introduction Statistics Contact Development Disclaimer Help
Add missing -c flag in usage - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 8b5fbe755e07ade7f689d6ecf2f7b6d39a5a800f
parent 446537b44a1d6920611306a53d5e2b55cd012216
Author: Quentin Rameau <[email protected]>
Date: Sun, 9 Jul 2017 19:07:46 +0200
Add missing -c flag in usage
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/main.c b/main.c
@@ -300,7 +300,7 @@ getlistenfd(struct addrinfo *hints, char *bindip, char *por…
void
usage(void)
{
- dprintf(2, "usage: %s [-4] [-6] [-d] [-l logfile] [-v loglvl] "
+ dprintf(2, "usage: %s [-4] [-6] [-c] [-d] [-l logfile] [-v loglvl] "
"[-b base] [-p port] [-o sport] [-u user] [-g group] "
"[-h host] [-i IP]\n",
argv0);
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.