Add -T, as recommended by Dmitrij D. Czarkoff

This commit is contained in:
Christoph Lohmann
2015-07-24 18:24:10 +02:00
parent 4a193b9686
commit b5e29cce52
2 changed files with 8 additions and 0 deletions

1
st.c
View File

@ -4302,6 +4302,7 @@ main(int argc, char *argv[])
opt_line = EARGF(usage());
break;
case 't':
case 'T':
opt_title = EARGF(usage());
break;
case 'w':