mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13807] Add version to the usage output
PHPBB3-13807
This commit is contained in:
parent
45baaf6022
commit
740be0507e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ define('IN_PHPBB', true);
|
|||
|
||||
function usage()
|
||||
{
|
||||
echo "Usage: export_events_for_wiki.php COMMAND [EXTENSION]\n";
|
||||
echo "Usage: export_events_for_wiki.php COMMAND [VERSION] [EXTENSION]\n";
|
||||
echo "\n";
|
||||
echo "COMMAND:\n";
|
||||
echo " all:\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue