diff options
author | rodri <rgl@antares-labs.eu> | 2021-01-10 20:35:02 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2021-01-10 20:35:02 +0000 |
commit | af5cae0b1a9a788e98be769d9a32896f6ebfa14c (patch) | |
tree | f3dab3154935cd09b0636005e2c292c82ab14ede | |
parent | 87d44606836a396209ffad68141e5c3a0986c788 (diff) | |
download | filmoteca-af5cae0b1a9a788e98be769d9a32896f6ebfa14c.tar.gz filmoteca-af5cae0b1a9a788e98be769d9a32896f6ebfa14c.tar.bz2 filmoteca-af5cae0b1a9a788e98be769d9a32896f6ebfa14c.zip |
remove non-existent option.
-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); } |