Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
correct programme name
[st.git]
/
std.c
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);