diff options
Diffstat (limited to 'dmenu.c')
| -rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -72,7 +72,7 @@ main(int argc, char *argv[]) { | |||
| 72 | for(i = 1; i < argc; i++) | 72 | for(i = 1; i < argc; i++) |
| 73 | /* these options take no arguments */ | 73 | /* these options take no arguments */ |
| 74 | if(!strcmp(argv[i], "-v")) { /* prints version information */ | 74 | if(!strcmp(argv[i], "-v")) { /* prints version information */ |
| 75 | puts("dmenu-"VERSION", © 2006-2011 dmenu engineers, see LICENSE for details"); | 75 | puts("dmenu-"VERSION", © 2006-2012 dmenu engineers, see LICENSE for details"); |
| 76 | exit(EXIT_SUCCESS); | 76 | exit(EXIT_SUCCESS); |
| 77 | } | 77 | } |
| 78 | else if(!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */ | 78 | else if(!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */ |
