birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 150b73f7939dda27777d720136042131858e16ef
parent ce0980c57eb5ff0b807fd7eb56ad3df11fabae7a
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Mon, 15 Apr 2024 15:20:34 -0400

birdwm.c: fixed error message

Diffstat:
Mbirdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/birdwm.c b/birdwm.c @@ -2803,7 +2803,7 @@ int main(int argc, char *argv[]) { if (argc == 2 && !strcmp("-v", argv[1])) die("birdwm-" VERSION); else if (argc != 1) - die("usage: dwm [-v]"); + die("usage: birdwm [-v]"); if (!setlocale(LC_CTYPE, "") || !XSupportsLocale()) fputs("warning: no locale support\n", stderr); if (!(dpy = XOpenDisplay(NULL)))