Changing 'st' Swiss Terminal, to 'tm', terminal mixer
authorlbatlle@npdl268.bpo.hp.com
Fri, 21 Sep 2007 09:27:10 +0200
changeset 31 c8d6b46dae2e
parent 30 7cf0e2193984
child 32 df110f784648
Changing 'st' Swiss Terminal, to 'tm', terminal mixer
Makefile
main.c
--- a/Makefile	Fri Sep 21 00:25:12 2007 +0200
+++ b/Makefile	Fri Sep 21 09:27:10 2007 +0200
@@ -9,7 +9,7 @@
 	user_term.o
 
 
-st: $(OBJECTS)
+tm: $(OBJECTS)
 	$(CC) -o $@ -lutil $^
 
 clean:
--- a/main.c	Fri Sep 21 00:25:12 2007 +0200
+++ b/main.c	Fri Sep 21 09:27:10 2007 +0200
@@ -36,7 +36,7 @@
 
 static int showhelp(const char *pname)
 {
-    printf("st v%s - Swiss Terminal,  Copyright (C) 2007  "
+    printf("tm v%s - terminal mixer,  Copyright (C) 2007  "
             "Lluis Batlle i Rossell\n",
             version);
     printf("usage: %s [opts] [appcommand] [param1] [param2] ...\n", pname);