]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
SCRIPTS: announce-release: fix typo in help message
authorThayne McCombs <thayne@lucidchart.com>
Fri, 8 Jan 2021 04:36:27 +0000 (21:36 -0700)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Jan 2021 13:58:22 +0000 (14:58 +0100)
s/relase/release in -p help message.

scripts/announce-release

index eb3cb8c798e02ac280a77849647c878bbc1c4da0..2246cc48c3ac483715cc52acac65350864b40547 100755 (executable)
@@ -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)