aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-01-10 20:35:02 +0000
committerrodri <rgl@antares-labs.eu>2021-01-10 20:35:02 +0000
commitaf5cae0b1a9a788e98be769d9a32896f6ebfa14c (patch)
treef3dab3154935cd09b0636005e2c292c82ab14ede
parent87d44606836a396209ffad68141e5c3a0986c788 (diff)
downloadfilmoteca-af5cae0b1a9a788e98be769d9a32896f6ebfa14c.tar.gz
filmoteca-af5cae0b1a9a788e98be769d9a32896f6ebfa14c.tar.bz2
filmoteca-af5cae0b1a9a788e98be769d9a32896f6ebfa14c.zip
remove non-existent option.
-rw-r--r--filmoteca.c2
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);
}