summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2009-09-24 15:10:30 (GMT)
committerIain <qt-info@nokia.com>2009-09-25 09:06:29 (GMT)
commit3df37bbf2bf3e4f3745496c21353015de80d0a5c (patch)
treecfad1842151dbc51bf4ea8393f161ea12ebf6e94 /bin
parent9b90ec5dad799d3e7a7efe6095fdc19ce63d2a8f (diff)
downloadQt-3df37bbf2bf3e4f3745496c21353015de80d0a5c.zip
Qt-3df37bbf2bf3e4f3745496c21353015de80d0a5c.tar.gz
Qt-3df37bbf2bf3e4f3745496c21353015de80d0a5c.tar.bz2
Update patch_capabilities.pl help to be a little bit clearer
I certainly didn't read it well enough to notice I needed the third parameter with template pkg files. Reviewed-by: Jason Barron (cherry picked from commit 36304a764fb4ee0cc7cc26033c05c8d70c87b4b5)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/patch_capabilities.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl
index 2fcf703..bfd34f0 100755
--- a/bin/patch_capabilities.pl
+++ b/bin/patch_capabilities.pl
@@ -51,8 +51,8 @@ sub Usage() {
print("specified for deployment in a .pkg file.\n");
print("If no capabilities are given, the binaries will be given the\n");
print("capabilities supported by self-signed certificates.\n");
- print("\nUsage: patch_capabilities.pl pkg_filename [target-platform] [capability list]\n");
- print(" If template .pkg file is given, next agrument must be 'target-platform'.\n");
+ print("\n *** NOTE: If *_template.pkg file is given, 'target-platform' is REQUIRED. ***\n");
+ print("\nUsage: patch_capabilities.pl pkg_filename <target-platform> [capability list]\n");
print("\nE.g. patch_capabilities.pl myapp_template.pkg release-armv5 \"All -TCB\"\n");
exit();
}