build: fix typo (#17175)

build: Fix a typo in ci.go
pull/17184/head
Péter Szilágyi 6 years ago committed by GitHub
commit db5e403afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/ci.go

@ -26,7 +26,7 @@ Available commands are:
install [ -arch architecture ] [ -cc compiler ] [ packages... ] -- builds packages and executables
test [ -coverage ] [ packages... ] -- runs the tests
lint -- runs certain pre-selected linters
archive [ -arch architecture ] [ -type zip|tar ] [ -signer key-envvar ] [ -upload dest ] -- archives build artefacts
archive [ -arch architecture ] [ -type zip|tar ] [ -signer key-envvar ] [ -upload dest ] -- archives build artifacts
importkeys -- imports signing keys from env
debsrc [ -signer key-id ] [ -upload dest ] -- creates a debian source package
nsis -- creates a Windows NSIS installer

Loading…
Cancel
Save