last

git clone git://oldgit.suckless.org/last/
Log | Files | Refs

commit 2ca5f4be6afc0d4250069ae2558b6553502e491c
parent d7acf143b66d53fbfb8a2bd0a3b9c502a7282df6
Author: Kris Maglione <jg@suckless.org>
Date:   Mon, 24 Aug 2009 14:49:48 -0400

Minor changes, what I don't know.

Diffstat:
last.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/last.c b/last.c @@ -372,7 +372,7 @@ threadmain(int argc, char *argv[]) { print("Ends: (approx) %s", ctime(endtime)); }else if(!strcmp(q, "help")) { - print("Commands: start, stop, skip, love, ban, info, time, station <station>\n"); + print("Commands: start, stop, skip, love, ban, info, time, tag <tag>, artist <artist>, station <station>\n"); }else if(q[0] != 0) print("?\n"); }