diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-10-09 14:59:15 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-12 13:42:05 -0700 |
commit | 1265e11ffa59881fb21a716c1b55eeea8fd9f492 (patch) | |
tree | 518e83676677c4b891ab2be435fd7a8132cf6667 /lib | |
parent | 69809be0040423af044e2fbb9bff45dcff39e4c3 (diff) | |
download | perl-1265e11ffa59881fb21a716c1b55eeea8fd9f492.tar.gz |
mktables: Improve message
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/mktables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 5a1ba7a9a5..1fc1b766e0 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -13970,7 +13970,7 @@ if ($ok) { } } if ($ok) { - print "Files seem to be ok, not bothering to rebuild.\n"; + print "Files seem to be ok, not bothering to rebuild. Add '-w' option to force build\n"; exit(0); } print "Must rebuild tables.\n" if $verbosity >= $VERBOSE; |