why releases for such a small project? useless and overhead!

This commit is contained in:
Aaron Marcher
2016-12-29 23:36:05 +01:00
parent b68925dbef
commit 8fa6229759
4 changed files with 9 additions and 11 deletions

@ -780,7 +780,7 @@ main(int argc, char *argv[])
oflag = 1;
break;
case 'v':
printf("slstatus %s (C) 2016 slstatus engineers\n", VERSION);
printf("slstatus (C) 2016 slstatus engineers\n");
return 0;
case 'h':
usage(0);