diff options
Diffstat (limited to 'lib/unicore/mktables')
-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; |