diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:15:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:15:27 +0100 |
| commit | c8367873ace633598d1a2046692ccc47f640c198 (patch) | |
| tree | 8eff3ec2dcde26233dc1baf217f2f978a86d6419 /numtext.c | |
| parent | Update year and e-mail (diff) | |
| download | libnumtext-c8367873ace633598d1a2046692ccc47f640c198.tar.gz libnumtext-c8367873ace633598d1a2046692ccc47f640c198.tar.bz2 libnumtext-c8367873ace633598d1a2046692ccc47f640c198.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'numtext.c')
| -rw-r--r-- | numtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
