st
simple terminal
git clone https://9o.is/git/st.git
commit ec2e10cfdcc93cad8899b0fbdc57b46721cb8028 parent d196e2532f8dc6e0c3cf81eb49c5bf8df7c421e2 Author: Nils Reuße <ml@hxgn.net> Date: Sun, 15 Feb 2015 17:46:15 +0100 Update year in usage() Diffstat:
| M | st.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -3938,7 +3938,7 @@ run(void) { void usage(void) { - die("%s " VERSION " (c) 2010-2014 st engineers\n" \ + die("%s " VERSION " (c) 2010-2015 st engineers\n" \ "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" " [-i] [-t title] [-w windowid] [-e command ...]\n", argv0); }