From c8367873ace633598d1a2046692ccc47f640c198 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:15:27 +0100 Subject: fix text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- numtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numtext.c') diff --git a/numtext.c b/numtext.c index 18d6c2c..eecca38 100644 --- a/numtext.c +++ b/numtext.c @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { if (!argc) { - fprintf(stderr, "numtext: no command lines arguments specified, don't know what to execute\n"); + fprintf(stderr, "numtext: no command-line arguments specified, don't know what to execute\n"); return 1; } -- cgit v1.2.3-70-g09d2