projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746931a
)
correct programme name
author
Matthias-Christian Ott
<ott@enolink.de>
Mon, 21 Jul 2008 07:25:47 +0000
(09:25 +0200)
committer
Matthias-Christian Ott
<ott@enolink.de>
Mon, 21 Jul 2008 07:25:47 +0000
(09:25 +0200)
std.c
patch
|
blob
|
history
diff --git
a/std.c
b/std.c
index
5c12fbd
..
2ce1722
100644
(file)
--- 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: st
d
[-v]");
getpty();
shell();
FD_ZERO(&rfds);