diff options
author | Iain <qt-info@nokia.com> | 2009-09-24 15:10:30 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2009-09-24 15:10:30 (GMT) |
commit | 36304a764fb4ee0cc7cc26033c05c8d70c87b4b5 (patch) | |
tree | acb2d1cd013766b99a63117fc627e2935851c6aa /bin | |
parent | 56b3d8462f31d6afcf315e4dadb21929da5ea1f2 (diff) | |
download | Qt-36304a764fb4ee0cc7cc26033c05c8d70c87b4b5.zip Qt-36304a764fb4ee0cc7cc26033c05c8d70c87b4b5.tar.gz Qt-36304a764fb4ee0cc7cc26033c05c8d70c87b4b5.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
Diffstat (limited to 'bin')
-rw-r--r-- | bin/patch_capabilities.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/patch_capabilities.pl b/bin/patch_capabilities.pl index 2fcf703..bfd34f0 100644 --- 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(); } |