docs: change pkgr cli spec

This commit is contained in:
Strix 2023-10-14 22:39:42 +02:00
parent 1d3895bd43
commit b7c6e7aa6f
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

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