diff options
-rw-r--r-- | filmoteca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filmoteca.c b/filmoteca.c index 82ec5b4..904146a 100644 --- a/filmoteca.c +++ b/filmoteca.c @@ -1026,7 +1026,7 @@ tmain(void *a) void usage(void) { - fprint(2, "usage: %s [-D] [-d wdir] [-a assetsdir] [-p port] [-u user] [-g group]\n", argv0); + fprint(2, "usage: %s [-D] [-d wdir] [-a assetsdir] [-p port] [-u user]\n", argv0); exit(1); } |