From b7c6e7aa6f348cd7b584df7046a3fdbfbe90e2cb Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:39:42 +0200 Subject: [PATCH] docs: change pkgr cli spec --- docs/pkgr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pkgr/README.md b/docs/pkgr/README.md index 042206a..0b713bd 100644 --- a/docs/pkgr/README.md +++ b/docs/pkgr/README.md @@ -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.