correct programme name
This commit is contained in:
parent
746931a3d4
commit
6c6b65ea6e
1 changed files with 1 additions and 1 deletions
2
std.c
2
std.c
|
@ -268,7 +268,7 @@ main(int argc, char *argv[]) {
|
||||||
if(argc == 2 && !strcmp("-v", argv[1]))
|
if(argc == 2 && !strcmp("-v", argv[1]))
|
||||||
errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott");
|
errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott");
|
||||||
else if(argc == 1)
|
else if(argc == 1)
|
||||||
errx(EXIT_FAILURE, "usage: st [-v]");
|
errx(EXIT_FAILURE, "usage: std [-v]");
|
||||||
getpty();
|
getpty();
|
||||||
shell();
|
shell();
|
||||||
FD_ZERO(&rfds);
|
FD_ZERO(&rfds);
|
||||||
|
|
Loading…
Reference in a new issue