Skip to content

Commit 872984a

Browse files
authored
Replace -o with --plugins in documentation (#119)
1 parent 52cec0a commit 872984a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Anyrun requires plugins to function, as they provide the results for input. The
171171
- TODO: Only supports Hyprland, needs support for other compositors.
172172
- [Stdin](plugins/stdin/README.md)
173173
- Turn Anyrun into a dmenu like fuzzy selector.
174-
- Should generally be used exclusively with the `-o` argument.
174+
- Should generally be used exclusively with the `--plugins` argument.
175175
- [Dictionary](plugins/dictionary/README.md)
176176
- Look up definitions for words
177177
- [Websearch](plugins/websearch/README.md)

plugins/stdin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Allows for easy integration into scripts that have been made with something like
55

66
## Usage
77

8-
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun -o libstdin.so`.
9-
The content to fuzzy match on needs to be piped into Anyrun.
8+
This plugin should generally be used alone, if a dmenu replacement is needed. This can be done with `anyrun --plugins libstdin.so`.
9+
The content to fuzzy match on needs to be piped into Anyrun.

0 commit comments

Comments
 (0)