docs: change pkgr cli spec

This commit is contained in:
Didier Slof 2023-07-17 11:50:37 +02:00
parent 867d91ffab
commit 12f39507e1
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -24,5 +24,5 @@ This command will pack a manifest and archive into a pkgfile.
### `pkgr list [-i]`
This command will list all packages known or installed packages if `-i` is specified.
### `pkgr update [package_name]`
This command will update all packages or a specific package.
### `pkgr update`
This command will update all packages.