Replace references to latest-pkg with latest-build
Replace latest-pkg with latest-build in common commands and documentation. References to latest-pkg are removed where latest-build is also present. Also, command description for latest-build is updated to match the current one.
This commit is contained in:
parent
40040ca1ca
commit
2f503070c3
4 changed files with 10 additions and 13 deletions
|
|
@ -277,11 +277,11 @@ the owner of the package.
|
|||
|
||||
**Latest Builds**
|
||||
|
||||
To see the latest builds for a tag, use the ``latest-pkg`` command:
|
||||
To see the latest builds for a tag, use the ``latest-build`` command:
|
||||
|
||||
::
|
||||
|
||||
$ koji latest-pkg --all dist-fc7
|
||||
$ koji latest-build --all dist-fc7
|
||||
Build Tag Built by
|
||||
---------------------------------------- -------------------- ----------------
|
||||
ConsoleKit-0.1.0-5.fc7 dist-fc7 davidz
|
||||
|
|
@ -311,8 +311,7 @@ line tool will print a list of valid commands and each command supports
|
|||
build Build a package from source
|
||||
cancel-task Cancel a task
|
||||
help List available commands
|
||||
latest-build Print the latest rpms for a tag
|
||||
latest-pkg Print the latest builds for a tag
|
||||
latest-build Print the latest builds for a tag
|
||||
...
|
||||
$ koji build --help
|
||||
usage: koji build [options] tag URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue