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
No known key found for this signature in database
GPG key ID: 74B048E5C2474F9A
4 changed files with 9 additions and 11 deletions

View file

@ -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);