diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-04-26 13:17:45 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-04-26 13:17:45 (GMT) |
commit | 1558dcdc98f21c3bcf9e394dec98e13ae8665401 (patch) | |
tree | e528aacf222ec855b70b7562c4d49e0fe3f27665 /bin | |
parent | b50ab5629d81bd6ea3a1a420fd09dfd963382da8 (diff) | |
download | Qt-1558dcdc98f21c3bcf9e394dec98e13ae8665401.zip Qt-1558dcdc98f21c3bcf9e394dec98e13ae8665401.tar.gz Qt-1558dcdc98f21c3bcf9e394dec98e13ae8665401.tar.bz2 |
Fix typo
Reviewed-by: TrustMe
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/createpackage.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/createpackage.pl b/bin/createpackage.pl index 23fe26d..e844767 100755 --- a/bin/createpackage.pl +++ b/bin/createpackage.pl @@ -68,7 +68,7 @@ Convenience script for creating signed packages you can install on your phone. Usage: createpackage.pl [options] templatepkg [target]-[platform] [certificate key [passphrase]] -Where supported optiobns are as follows: +Where supported options are as follows: [-i|install] = Install the package right away using PC suite [-p|preprocess] = Only preprocess the template .pkg file. [-c|certfile=<file>] = The file containing certificate information for signing. |