]> git.sur5r.net Git - i3/i3lock/commitdiff
Add -e to --help
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 31 Aug 2013 18:42:06 +0000 (20:42 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 31 Aug 2013 18:42:06 +0000 (20:42 +0200)
i3lock.c

index a4e087058124c9eea45f3c59c8ef66fc01244299..9b68be5e652c1d25c6682aab4d90c1a4cc2948b6 100644 (file)
--- 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]"
             );
         }
     }