fix update.php showing --help option with a single -
This commit is contained in:
parent
b835a52814
commit
e6d66fe55c
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
||||||
<div class="floatingLogo"><img src="images/logo_small.png"></div>
|
<div class="floatingLogo"><img src="images/logo_small.png"></div>
|
||||||
<h1><?php echo __("Tiny Tiny RSS data update script.") ?></h1>
|
<h1><?php echo __("Tiny Tiny RSS data update script.") ?></h1>
|
||||||
|
|
||||||
<?php print_error("Please run this script from the command line. Use option \"-help\" to display command help if this error is displayed erroneously."); ?>
|
<?php print_error("Please run this script from the command line. Use option \"--help\" to display command help if this error is displayed erroneously."); ?>
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue