diff --git a/README.md b/README.md index 681a680..da4eef2 100644 --- a/README.md +++ b/README.md @@ -120,12 +120,11 @@ Usage on different machines: | `group new [-e] [...]` | create new groups, use `-e` to edit them immediately after creation | | `group show [...]` | show contents of a group | | `group list` | list names of all groups | -| `package sync` | install managed packages | +| `package sync [--noconfirm]` | install managed packages | | `package unmanaged` | show all unmanaged packages | -| `package clean` | remove all unmanaged packages | +| `package clean [--noconfirm]` | remove all unmanaged packages | | `package review` | for each unmanaged package interactively decide what to do | | `package search ` | search for managed packages that match the search string | -| `completion` | generate completion file for zsh | | `version` | show version information |