mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Only print version on '--version'
This commit is contained in:
parent
a9b7284ba2
commit
15bef05179
1 changed files with 0 additions and 5 deletions
|
|
@ -422,11 +422,6 @@ void options_parse(int argc, char *argv[])
|
||||||
|
|
||||||
case 'v':
|
case 'v':
|
||||||
printf("tio v%s\n", VERSION);
|
printf("tio v%s\n", VERSION);
|
||||||
printf("Copyright (c) 2014-2022 Martin Lund\n");
|
|
||||||
printf("\n");
|
|
||||||
printf("License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>.\n");
|
|
||||||
printf("This is free software: you are free to change and redistribute it.\n");
|
|
||||||
printf("There is NO WARRANTY, to the extent permitted by law.\n");
|
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue