st -v: remove years and copyright text
This commit is contained in:
parent
74cff67bd7
commit
bd3f7fd842
1 changed files with 1 additions and 1 deletions
2
x.c
2
x.c
|
@ -1925,7 +1925,7 @@ main(int argc, char *argv[])
|
|||
opt_embed = EARGF(usage());
|
||||
break;
|
||||
case 'v':
|
||||
die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0);
|
||||
die("%s " VERSION "\n", argv0);
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
|
|
Loading…
Reference in a new issue