Kaydet (Commit) 1e89fdea authored tarafından Andras Timar's avatar Andras Timar

typo fixes

Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281
üst 49fa3007
...@@ -20,15 +20,15 @@ Usage: $0 [ --xz ] [ --bz2 ] [ --md5 ] [ --output-dir=<output location> ] ...@@ -20,15 +20,15 @@ Usage: $0 [ --xz ] [ --bz2 ] [ --md5 ] [ --output-dir=<output location> ]
--xz generate a package compressed with xz (default) --xz generate a package compressed with xz (default)
--bz2 generate a package compressed with bz2. Note if you specify --bz2 generate a package compressed with bz2. Note if you specify
both --cz and --bz2, both are created. if you specify neither both --cz and --bz2, both are created. If you specify neither
--xz is impliied. --xz is implied.
--md5 generate a md5 signature for the generated pacakge(s) --md5 generate a md5 signature for the generated package(s)
--output-dir where to put the generated packages --output-dir where to put the generated packages
--core-dir location of the core repo to extract sources from. --core-dir location of the core repo to extract sources from.
by default this is one directory up from the position By default this is one directory up from the position
of this script. of this script.
--version version string used to generate the name of the pacakge --version version string used to generate the name of the package
the source pacakge name is libreoffice-<version>.tar.[bz2|xz] the source package name is libreoffice-<version>.tar.[bz2|xz]
EOF EOF
} }
...@@ -99,7 +99,7 @@ done ...@@ -99,7 +99,7 @@ done
# we need a label # we need a label
if [ -z "${LABEL}" ] ; then if [ -z "${LABEL}" ] ; then
echo "Missing argument. we need a git label as source" 1>&2 echo "Missing argument. We need a git label as source" 1>&2
exit 1 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment