fix(docs): -all can add or remove members

Co-authored-by: violet <167108906+avioletheart@users.noreply.github.com>
This commit is contained in:
Petal Ladenson 2024-10-01 14:16:18 -06:00 committed by GitHub
parent 956373a6c7
commit b3a80f9180
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the
- `pk;switch [member...]` - Registers a switch with the given members.
- `pk;switch out` - Registers a 'switch-out' - a switch with no associated members.
- `pk;switch edit <member...|out>` - Edits the members in the latest switch.
- `pk;switch add <member...>` - Makes a new switch based off the current switch with the listed members added on.
- `pk;switch add <member...>` - Makes a new switch based off the current switch with the listed members added or removed.
- `pk;switch move <time>` - Moves the latest switch backwards in time.
- `pk;switch delete` - Deletes the latest switch.
- `pk;switch delete all` - Deletes all logged switches.