From d7a5ab5564383fcd324316e42f288665f299222c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Mon, 18 Dec 2017 06:55:59 +0100 Subject: [PATCH] s: use clearer wording and andjust order of exmaples --- pages/common/s.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/s.md b/pages/common/s.md index 939bd0ccf..926302dd4 100644 --- a/pages/common/s.md +++ b/pages/common/s.md @@ -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}}`