summaryrefslogtreecommitdiffstats
path: root/numtext.c
diff options
context:
space:
mode:
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;
}