# HG changeset patch # User Nathan Phillip Brink # Date 2011-01-31 18:57:58 # Node ID 75bb99cc21161448a0d484d493e4c8323ba761d0 # Parent ebf3f8f121822bddd3647194dcccc9db074c0a47 Nicer admin/rehash.php --help output. diff --git a/admin/rehash.php b/admin/rehash.php --- a/admin/rehash.php +++ b/admin/rehash.php @@ -105,7 +105,7 @@ function usage($progname) . " registration systems should be crawled for autofill\n" . " data. Cached data from schools not listed is preserved\n" . " -v, --verbosity Set the verbosity level. Valid range is from 0\n" - . " through 10.", + . " through 10.\n", $progname); }