Fix version
This commit is contained in:
parent
e1cb6b6ee0
commit
35238c57d0
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
ethstream
|
||||
ethstream.1
|
||||
ethstream.txt
|
|
@ -312,7 +312,7 @@ int main(int argc, char *argv[])
|
|||
return 0;
|
||||
break;
|
||||
case 'V':
|
||||
printf("etherstream " VERSION "\n");
|
||||
printf("ethstream " VERSION "\n");
|
||||
printf("Written by Jim Paris <jim@jtan.com>\n");
|
||||
printf("and Zachary Clifford <zacharyc@mit.edu>.\n");
|
||||
printf("This program comes with no warranty and is "
|
||||
|
|
Loading…
Reference in New Issue
Block a user