mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 01:15:45 +02:00
s: use clearer wording and andjust order of exmaples
This commit is contained in:
parent
6f55d7de05
commit
d7a5ab5564
1 changed files with 7 additions and 7 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
> Web search from the terminal.
|
||||
|
||||
- Search for query on Google(default provider):
|
||||
- Search for a query on Google(default provider):
|
||||
|
||||
`s {{query}}`
|
||||
|
||||
- Search for a query on provider:
|
||||
|
||||
`s --provider {{provider}} {{query}}`
|
||||
|
||||
- List all providers:
|
||||
|
||||
`s --list-providers`
|
||||
|
||||
- Search for query in binary:
|
||||
- Search for a query with a given provider:
|
||||
|
||||
`s --binary "{{binary}}" {{query}}`
|
||||
`s --provider {{provider}} {{query}}`
|
||||
|
||||
- Use a specified binary to perform the search query:
|
||||
|
||||
`s --binary {{binary}} {{query}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue