diff options
| author | Michael Stapelberg | 2011-07-21 23:11:13 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2011-07-21 23:11:13 +0200 | 
| commit | f1a33824e83d720da57a581372620e76ce20bddb (patch) | |
| tree | 06766a2cf2dbd45d413932bdbf90485ccb3aedc4 | |
| parent | Bugfix: Use gettimeofday instead of time. It provides higher precision. (diff) | |
bump copyright
| -rw-r--r-- | i3status.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 <configfile>] [-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;                  } | 
