i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit b8bf88a125096abb2364169c1980f3eeb62d863f
parent 12a83555d53f12b4ad373eb74cd4a493d5a68f31
Author: Chris Guillott <chris@techfo.xyz>
Date:   Thu, 20 Apr 2017 11:51:07 -0400

cleaner language :)

Diffstat:
Mi3lock.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i3lock.c b/i3lock.c
@@ -1120,7 +1120,7 @@ int main(int argc, char *argv[]) {
             default:
                 errx(EXIT_FAILURE, "Syntax: i3lock-color [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default]"
                                    " [-i image.png] [-t] [-e] [-I timeout] [-f] [-r|s] [-S screen_number] [-k]"
-                                   " [-B blur_strength] [--fuckton-of-color-args=rrggbbaa]");
+                                   " [-B blur_strength] [--variety-of-color-args=rrggbbaa]");
         }
     }