i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit ad47d80e22823322b7c5f5bc13dbaae87f0d07ee
parent 5627a111746e96119e6789d8f8f47168b3a8c41d
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat, 31 Aug 2013 20:42:06 +0200

Add -e to --help

Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i3lock.c b/i3lock.c
@@ -597,7 +597,7 @@ int main(int argc, char *argv[]) {
             break;
         default:
             errx(1, "Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]"
-            " [-i image.png] [-t]"
+            " [-i image.png] [-t] [-e]"
             );
         }
     }