X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcommandLine.inc;h=1a05907979f2afa99357073711ded47935a53e2a;hb=d4ecfc1a5cd83fbd1afce89646376b3937aea299;hp=0d3e643234a867a2e4124a5a1d5a4ea991ece0e9;hpb=7bbc880626c92055f1ff22deb90d132f8f766160;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/commandLine.inc b/maintenance/commandLine.inc index 0d3e643234..1a05907979 100644 --- a/maintenance/commandLine.inc +++ b/maintenance/commandLine.inc @@ -43,6 +43,7 @@ class CommandLineInc extends Maintenance { /** * No help, it would just be misleading since it misses custom options + * @param bool $force */ protected function maybeHelp( $force = false ) { if ( !$force ) { @@ -62,4 +63,3 @@ class CommandLineInc extends Maintenance { $maintClass = 'CommandLineInc'; require RUN_MAINTENANCE_IF_MAIN; -