summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-10-12 11:47:29 -0300
committerRenato Botelho <renato@netgate.com>2015-10-12 11:47:29 -0300
commitfd22b964b931eaa93f191cd02150c5afed5c77fe (patch)
treee976e287e7b0800f3c099809f023286125914c56 /tools/scripts
parentc434ec3a17e053982c88a88cd8cdfbc47a137add (diff)
downloadpfsense-fd22b964b931eaa93f191cd02150c5afed5c77fe.zip
pfsense-fd22b964b931eaa93f191cd02150c5afed5c77fe.tar.gz
Fix usage
Diffstat (limited to 'tools/scripts')
-rwxr-xr-xtools/scripts/update_package_pfPorts.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/scripts/update_package_pfPorts.php b/tools/scripts/update_package_pfPorts.php
index 6b5cd5d..a6a61b3 100755
--- a/tools/scripts/update_package_pfPorts.php
+++ b/tools/scripts/update_package_pfPorts.php
@@ -429,12 +429,7 @@ function create_port($pkg) {
function usage() {
global $argv;
- echo "Usage: {$argv[0]} -x <path to pkg xml> [-p <package name>]\n";
- echo " Flags:\n";
- echo " -s Product version to pass to set_version.sh during chroot build\n";
- echo " -U Do NOT run build.sh --update-sources\n";
- echo " Examples:\n";
- echo " {$argv[0]} -x /home/packages/pkg_info.10.xml -p squid -s RELENG_2_2\n";
+ echo "Usage: {$argv[0]} -x <path to pkg xml> -t <path to ports tree> [-p <package name>]\n";
exit;
}
?>
OpenPOWER on IntegriCloud