]> git.sur5r.net Git - i3/i3lock/commitdiff
Indicate that the --inactivity-timeout option takes an argument. 24/head
authorKenneth Lyons <ixjlyons@gmail.com>
Thu, 2 Jul 2015 21:44:06 +0000 (14:44 -0700)
committerKenneth Lyons <ixjlyons@gmail.com>
Thu, 2 Jul 2015 21:45:30 +0000 (14:45 -0700)
i3lock.1
i3lock.c

index 07f127054de8242d4e90f7ac1d4cdda421fe8b86..14ff580a3238cec61ce8f8b3cf2e3807d7c20e96 100644 (file)
--- a/i3lock.1
+++ b/i3lock.1
@@ -28,7 +28,8 @@ i3lock \- improved screen locker
 .IR pointer\|]
 .RB [\|\-u\|]
 .RB [\|\-e\|]
-.RB [\|\-I\|]
+.RB [\|\-I
+.IR timeout\|]
 .RB [\|\-f\|]
 
 .SH DESCRIPTION
@@ -71,7 +72,7 @@ option, DPMS will turn off your screen after 15 minutes of inactivity anyways (i
 you did not disable this in your X server).
 
 .TP
-.B \-I, \-\-inactivity-timeout
+.BI \-I\  seconds \fR,\ \fB\-\-inactivity-timeout= seconds
 Specifies the number of seconds i3lock will wait for another password before
 turning off the monitors, in case you entered a wrong password or canceled by
 pressing Escape. Only makes sense together with \-d. If omitted, the default is
index 5d90924d04da4d39db68900f2108661485cd1627..18d7667ddfa1e8b3e55cca3ce499c396f8c0523f 100644 (file)
--- 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]");
         }
     }