Update usage message to include -l option

This commit is contained in:
Marc André Tanner 2016-01-03 12:02:39 +01:00
parent 1fcd6e4f44
commit 75dc9a52fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}