Skip to content

Commit

Permalink
Update patch_capabilities.pl help to be a little bit clearer
Browse files Browse the repository at this point in the history
I certainly didn't read it well enough to notice I needed the third
parameter with template pkg files.

Reviewed-by: Jason Barron
  • Loading branch information
Iain committed Sep 24, 2009
1 parent 56b3d84 commit 36304a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/patch_capabilities.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ()
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();
}
Expand Down

0 comments on commit 36304a7

Please sign in to comment.