summaryrefslogtreecommitdiffstats
path: root/numtext.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:15:27 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:15:27 +0100
commitc8367873ace633598d1a2046692ccc47f640c198 (patch)
tree8eff3ec2dcde26233dc1baf217f2f978a86d6419 /numtext.c
parentUpdate year and e-mail (diff)
downloadlibnumtext-c8367873ace633598d1a2046692ccc47f640c198.tar.gz
libnumtext-c8367873ace633598d1a2046692ccc47f640c198.tar.bz2
libnumtext-c8367873ace633598d1a2046692ccc47f640c198.tar.xz
fix textHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'numtext.c')
-rw-r--r--numtext.c2
1 files changed, 1 insertions, 1 deletions
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;
}