st

fork of suckless's simple terminal
Index Commits Files Refs README LICENSE
commit 6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8
parent 746931a3d4114f9bd35a43307fd48bfa64ff0d8b
Author: Matthias-Christian Ott <ott@enolink.de>
Date:   Mon, 21 Jul 2008 09:25:47 +0200

correct programme name

Diffstat:
Mstd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/std.c b/std.c
@@ -268,7 +268,7 @@ main(int argc, char *argv[]) {
     if(argc == 2 && !strcmp("-v", argv[1]))
         errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott");
     else if(argc == 1)
-        errx(EXIT_FAILURE, "usage: st [-v]");
+        errx(EXIT_FAILURE, "usage: std [-v]");
     getpty();
     shell();
     FD_ZERO(&rfds);