write version to stdout like the man page says ref. https://git.suckless.org/slock/commit/e8bca65d629a4faa89439c9f0e599efb5a259573.html
1 files changed, 1 insertions(+), 1 deletions(-) M slock.c
M slock.c => slock.c +1 -1
@@ 653,7 653,7 @@ main(int argc, char **argv) { #endif // MESSAGE_PATCH | COLOR_MESSAGE_PATCH ARGBEGIN { case 'v': - fprintf(stderr, "slock-"VERSION"\n"); + puts("slock-"VERSION); return 0; #if MESSAGE_PATCH || COLOR_MESSAGE_PATCH case 'm':