From: Johan Malm Date: Wed, 3 Sep 2025 19:30:22 +0000 (+0100) Subject: labnag: s/nag/labnag/ in usage string X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f1f8782bb038e9d02a0308a634438bf886e24c10;p=proto%2Flabwc.git labnag: s/nag/labnag/ in usage string Fixes #3051 --- diff --git a/clients/labnag.c b/clients/labnag.c index e145b556..92eda9cb 100644 --- a/clients/labnag.c +++ b/clients/labnag.c @@ -1398,7 +1398,7 @@ nag_parse_options(int argc, char **argv, struct nag *nag, }; const char *usage = - "Usage: nag [options...]\n" + "Usage: labnag [options...]\n" "\n" " -B, --button [] Create a button with text\n" " -Z, --button-dismiss []\n"