Skip to content

Commit 02c9aa6

Browse files
committed
docs: mention remove --interactive flag
1 parent 3075d82 commit 02c9aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nixos-unstable: ✅
1818

1919
### Nix
2020

21-
`nixpkgs-track` is available in Nixpkgs.
21+
`nixpkgs-track` is available from Nixpkgs.
2222

2323
```
2424
nix run nixpkgs#nixpkgs-track
@@ -49,9 +49,9 @@ nixpkgs-track also supports saving a list of pull requests to check in the futur
4949

5050
Add specified pull request(s) to the list.
5151

52-
### `remove [<PULL_REQUESTS...> | --all]`
52+
### `remove [<PULL_REQUESTS...> | --all | --interactive]`
5353

54-
Remove specified pull request(s) from the list. Remove all pull requests from the list with `--all`.
54+
Remove specified pull request(s) from the list. Remove all pull requests from the list with `--all`. Interactively remove pull requests from the list with `--interactive`.
5555

5656
### `list`
5757

0 commit comments

Comments
 (0)