From d91c20a9f266be2290814750c4dacfcdeb89f700 Mon Sep 17 00:00:00 2001 From: Kenneth Lyons Date: Thu, 2 Jul 2015 14:44:06 -0700 Subject: Indicate that the --inactivity-timeout option takes an argument. --- i3lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3lock.c') diff --git a/i3lock.c b/i3lock.c index 5d90924..18d7667 100644 --- a/i3lock.c +++ b/i3lock.c @@ -858,7 +858,7 @@ int main(int argc, char *argv[]) { break; default: errx(EXIT_FAILURE, "Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]" - " [-i image.png] [-t] [-e] [-I] [-f]"); + " [-i image.png] [-t] [-e] [-I timeout] [-f]"); } } -- cgit v1.1