]> git.sur5r.net Git - i3/i3/commitdiff
Correct typo in usage-message
authorAxel Wagner <mail@merovius.de>
Thu, 19 Aug 2010 20:13:40 +0000 (22:13 +0200)
committerAxel Wagner <mail@merovius.de>
Thu, 19 Aug 2010 20:13:40 +0000 (22:13 +0200)
i3bar/src/main.c

index 45a4c0dc3d8743f21171cb0f94f046e1650a9337..75f21382e8dec8d680f6d0e81cccc02d993b477a 100644 (file)
@@ -68,7 +68,7 @@ int main(int argc, char **argv) {
             default:
                 printf("Usage: %s [-s socket_path] [-c command] [-f font] [-h]\n", argv[0]);
                 printf("-s <socket_path>: Connect to i3 via <socket_path>\n");
-                printf("-c <command>: Execute <command> to get sdtin\n");
+                printf("-c <command>: Execute <command> to get stdin\n");
                 printf("-f <font>: Use X-Core-Font <font> for display\n");
                 printf("-h: Display this help-message and exit\n");
                 exit(EXIT_SUCCESS);