Commit: c190ea19bee7a2ef51b4e5c8d224d4139ae9f9a7 Author: Anatol Belski <[email protected]> Tue, 1 Oct 2013 11:51:00 +0200 Parents: 6cb1bcf3756806a35c0f058ddcba07f1a4f82f45 Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=c190ea19bee7a2ef51b4e5c8d224d4139ae9f9a7 Log: improve help msg Changed paths: M client/script/pecl.php Diff: diff --git a/client/script/pecl.php b/client/script/pecl.php index 9bbfa32..1e4ffab 100644 --- a/client/script/pecl.php +++ b/client/script/pecl.php @@ -32,7 +32,7 @@ if (NULL == $branch_name || NULL == $pkg_path) { echo "Usage: pecl.php [OPTION] ..." . PHP_EOL; echo " --config Configuration file name without suffix, required." . PHP_EOL; echo " --package Path to the PECL package, required." . PHP_EOL; - echo " --mail Send build logs to the extension maintainers, optional." . PHP_EOL; + echo " --mail Send build logs to the extension maintainers, one per build, optional." . PHP_EOL; echo " --aggregate-mail Save data so it can be sent to extension maintainers aggregated, optional." . PHP_EOL; echo " --upload Upload the builds to the windows.php.net, optional." . PHP_EOL; echo " --is-snap We upload to releases by default, but this one goes to snaps, optional." . PHP_EOL; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
