diff options
author | Zach <zach.ramsay@gmail.com> | 2017-11-28 17:45:48 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-11-28 17:45:48 +0800 |
commit | 6bb61ee9ef7be8d8d923560513ccd1881903a29b (patch) | |
tree | c96e04cd28164be4a371c8dadd7f48c647c1ff37 /build | |
parent | 0f7fbb85d6e939510a3e3bb6493a9a332ddfd8e8 (diff) | |
download | dexon-6bb61ee9ef7be8d8d923560513ccd1881903a29b.tar.gz dexon-6bb61ee9ef7be8d8d923560513ccd1881903a29b.tar.zst dexon-6bb61ee9ef7be8d8d923560513ccd1881903a29b.zip |
build: improve ci.go synopsis (#15565)
Diffstat (limited to 'build')
-rw-r--r-- | build/ci.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ci.go b/build/ci.go index a849de2fd..c603f68e7 100644 --- a/build/ci.go +++ b/build/ci.go @@ -19,7 +19,7 @@ /* The ci command is called from Continuous Integration scripts. -Usage: go run ci.go <command> <command flags/arguments> +Usage: go run build/ci.go <command> <command flags/arguments> Available commands are: |