feat: new short flag for RC upgrading

This commit is contained in:
2022-03-12 15:24:19 +01:00
parent cdec834ca9
commit e78b395662
2 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@ var RC bool
// RCFlag chooses the latest release candidate for install
var RCFlag = &cli.BoolFlag{
Name: "rc",
Name: "rc, r",
Destination: &RC,
Usage: "Insatll the latest release candidate",
}