X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fminify.php;h=16e4d1c9727ca5c18d98da013cfa8e50bbf7e669;hb=e39699f90f696dc589878cd6038a3de97b70ca89;hp=c357eebea3bab4894f0b6a9d307691024b591f6d;hpb=b91643ffdcd1d44340137fc9c6fdf3c01d47581b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/minify.php b/maintenance/minify.php index c357eebea3..16e4d1c972 100644 --- a/maintenance/minify.php +++ b/maintenance/minify.php @@ -40,9 +40,10 @@ class MinifyScript extends Maintenance { "Directory for output. If this is not specified, and neither is --outfile, then the\n" . "output files will be sent to the same directories as the input files.", false, true ); - $this->mDescription = "Minify a file or set of files.\n\n" . + $this->addDescription( "Minify a file or set of files.\n\n" . "If --outfile is not specified, then the output file names will have a .min extension\n" . - "added, e.g. jquery.js -> jquery.min.js."; + "added, e.g. jquery.js -> jquery.min.js." + ); } public function execute() {