Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Update docgen.php
Browse files Browse the repository at this point in the history
Fixed forgotten renamed file generator.php --> gtkgenerator.php
  • Loading branch information
klelifo committed Jun 23, 2014
1 parent 24176f2 commit 4d8f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/docgen.php
Expand Up @@ -946,7 +946,7 @@ function get_type($in_type)
if (!$result || count($result[1]) < 2) {
// Set up the help message.
die(
"Usage: php -q generator.php [OPTION] defsfile [class ...]\n\n" .
"Usage: php -q gtkgenerator.php [OPTION] defsfile [class ...]\n\n" .
" -o <file> use overrides in <file>\n" .
" -p <prefix> use <prefix> for docs\n" .
" -r <file> register types from <file>\n" .
Expand Down

0 comments on commit 4d8f24b

Please sign in to comment.