tools/zipme.sh: Let major.minor.patch argument optional

since version.sh can generate this information for us

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-21 12:22:56 +08:00
committed by Abdelatif Guettouche
parent 7ffccf738c
commit 0932f08b93
2 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -1120,7 +1120,7 @@ zipme.sh
Any VCS files or directories are excluded from the final tarballs.
$ ./tools/zipme.sh -h
USAGE="USAGE: ./tools/zipme.sh [-d|h|v|s] [-b <build]> [-e <exclude>] [-k <key-id>] <major.minor.patch>"
USAGE="USAGE: ./tools/zipme.sh [-d|h|v|s] [-b <build]> [-e <exclude>] [-k <key-id>] [<major.minor.patch>]"
Examples:
./tools/zipme.sh -s 9.0.0
Create version 9.0.0 tarballs and sign them.