From 75dc9a52fad658e770de043ae1b906737985453b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 3 Jan 2016 12:02:39 +0100 Subject: [PATCH] Update usage message to include -l option --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 38ce165..1425997 100644 --- a/abduco.c +++ b/abduco.c @@ -218,7 +218,7 @@ static void die(const char *s) { } static void usage(void) { - fprintf(stderr, "usage: abduco [-a|-A|-c|-n] [-r] [-f] [-e detachkey] name command\n"); + fprintf(stderr, "usage: abduco [-a|-A|-c|-n] [-r] [-l] [-f] [-e detachkey] name command\n"); exit(EXIT_FAILURE); }