Merge pull request #2535 from xiaods/master
fix out of date cli arg for registry version
This commit is contained in:
commit
6fca8d6e67
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ directory. This includes formatting, vetting, linting, building,
|
|||
testing and generating tagged binaries. We can verify this worked by running
|
||||
the registry binary generated in the "./bin" directory:
|
||||
|
||||
$ ./bin/registry -version
|
||||
$ ./bin/registry --version
|
||||
./bin/registry github.com/docker/distribution v2.0.0-alpha.2-80-g16d8b2c.m
|
||||
|
||||
### Optional build tags
|
||||
|
|
Loading…
Reference in a new issue