Changeset 8482
- Timestamp:
- 03/21/2019 06:53:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/bin/rebuild-zip.php
r6287 r8482 40 40 if ( empty( $opts[ $opt ] ) ) { 41 41 fwrite( STDERR, "Missing Parameter: $opt\n" ); 42 fwrite( STDERR, "Usage: php {$argv[0]} --plugin hello-dolly -- abspath /home/example/public_html --url https://wordpress.org/plugins/\n" );42 fwrite( STDERR, "Usage: php {$argv[0]} --plugin hello-dolly --versions 1.0,trunk --abspath /home/example/public_html --url https://wordpress.org/plugins/\n" ); 43 43 fwrite( STDERR, "--url and --abspath will be guessed if possible.\n" ); 44 fwrite( STDERR, "--versions if skipped will rebuild all tags/trunk.\n" ); 44 45 exit( 1 ); 45 46 }
Note: See TracChangeset
for help on using the changeset viewer.