diff --git a/slstatus.c b/slstatus.c index f7c4503..b05d915 100644 --- a/slstatus.c +++ b/slstatus.c @@ -76,7 +76,7 @@ main(int argc, char *argv[]) sigaction(SIGTERM, &act, NULL); if (!sflag && !(dpy = XOpenDisplay(NULL))) { - fprintf(stderr, "slstatus: cannot open display"); + fprintf(stderr, "Cannot open display"); return 1; }