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());
|
opt_embed = EARGF(usage());
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0);
|
die("%s " VERSION "\n", argv0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|
Loading…
Reference in a new issue