From: Thayne McCombs Date: Fri, 8 Jan 2021 04:36:27 +0000 (-0700) Subject: SCRIPTS: announce-release: fix typo in help message X-Git-Tag: v2.1.11~3 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=566681c576e2a971fe87b5cdeaff36f5f19c746b;p=haproxy-2.1.git SCRIPTS: announce-release: fix typo in help message s/relase/release in -p help message. (cherry picked from commit 478e5ddc8d2ecab13391c96a4001081b1cf9b981) Signed-off-by: Willy Tarreau (cherry picked from commit f3f767ca3b232d8a33eb876052dd27092afcac87) Signed-off-by: Willy Tarreau (cherry picked from commit 4e84d6a15d51a92f1b3602081f8b6f934852d42a) Signed-off-by: Willy Tarreau --- diff --git a/scripts/announce-release b/scripts/announce-release index 5faab53..8dab157 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -12,7 +12,7 @@ USAGE="Usage: ${0##*/} [-f] [-p] [-b branch] [-d date] [-o oldver] [-n newver] -f: force to overwrite existing files and ignore local changes - -p: prepare future relase (skip branch and tags existence checks) + -p: prepare future release (skip branch and tags existence checks) -b: force the project branch name to this (def: inherited from the version) -d: force the release date (e.g. to rework a failed announce) -o: previous version (def: newver-1)