diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-07-02 23:30:44 -0700 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-07-02 23:30:44 -0700 |
commit | c5bb1d55e00df320033469eceb81ec03d8a52d80 (patch) | |
tree | 2f73a781829c6bbba579ad7117cb3a351c5675a2 /i3lock.c | |
parent | 105a86dc570761f3bfea1151ed9968f3c95dd4ca (diff) | |
parent | d91c20a9f266be2290814750c4dacfcdeb89f700 (diff) |
Merge pull request #24 from ixjlyons/timeout-doc
Indicate that the --inactivity-timeout option takes an argument.
Diffstat (limited to 'i3lock.c')
-rw-r--r-- | i3lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]"); } } |