diff options
| author | Matthias-Christian Ott <ott@enolink.de> | 2008-07-21 09:25:47 +0200 |
|---|---|---|
| committer | Matthias-Christian Ott <ott@enolink.de> | 2008-07-21 09:25:47 +0200 |
| commit | 6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8 (patch) | |
| tree | 94cb4daf45d52298ff1a07d13c0eb155bfb3c653 | |
| parent | 746931a3d4114f9bd35a43307fd48bfa64ff0d8b (diff) | |
| download | st-6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8.tar.gz st-6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8.zip | |
correct programme name
| -rw-r--r-- | std.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -268,7 +268,7 @@ main(int argc, char *argv[]) { | |||
| 268 | if(argc == 2 && !strcmp("-v", argv[1])) | 268 | if(argc == 2 && !strcmp("-v", argv[1])) |
| 269 | errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott"); | 269 | errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott"); |
| 270 | else if(argc == 1) | 270 | else if(argc == 1) |
| 271 | errx(EXIT_FAILURE, "usage: st [-v]"); | 271 | errx(EXIT_FAILURE, "usage: std [-v]"); |
| 272 | getpty(); | 272 | getpty(); |
| 273 | shell(); | 273 | shell(); |
| 274 | FD_ZERO(&rfds); | 274 | FD_ZERO(&rfds); |
