Making WordPress.org

Changeset 8482


Ignore:
Timestamp:
03/21/2019 06:53:14 AM (5 years ago)
Author:
dd32
Message:

Plugin Directory: Bin: Document the --versions parameter on the ZIP rebuilding cli tool.

See #4308.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/bin/rebuild-zip.php

    r6287 r8482  
    4040    if ( empty( $opts[ $opt ] ) ) {
    4141        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" );
    4343        fwrite( STDERR, "--url and --abspath will be guessed if possible.\n" );
     44        fwrite( STDERR, "--versions if skipped will rebuild all tags/trunk.\n" );
    4445        exit( 1 );
    4546    }
Note: See TracChangeset for help on using the changeset viewer.