X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=i3status.c;h=7995d743e9b847116a5c88d87a35f130ceec782b;hp=97e081b7445b91fe6018b7e4525006e39923b49a;hb=f1a33824e83d720da57a581372620e76ce20bddb;hpb=53bf8bcb01812254ea58e5a531f0e95637ed93eb diff --git a/i3status.c b/i3status.c index 97e081b..7995d74 100644 --- a/i3status.c +++ b/i3status.c @@ -291,11 +291,11 @@ int main(int argc, char *argv[]) { if ((char)o == 'c') configfile = optarg; else if ((char)o == 'h') { - printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n" + printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n" "Syntax: %s [-c ] [-h] [-v]\n", argv[0]); return 0; } else if ((char)o == 'v') { - printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n"); + printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n"); return 0; }