Index: trunk/phase3/maintenance/importImages.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @author Rob Church <robchur@gmail.com> |
11 | 11 | */ |
12 | 12 | |
13 | | -$optionsWithArgs = array( 'extensions', 'comment-file', 'comment-ext' ); |
| 13 | +$optionsWithArgs = array( 'extensions', 'comment', 'comment-file', 'comment-ext', 'user', 'license' ); |
14 | 14 | require_once( 'commandLine.inc' ); |
15 | 15 | require_once( 'importImages.inc.php' ); |
16 | 16 | $added = $skipped = $overwritten = 0; |