diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-21 13:16:26 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-21 13:16:26 +0300 |
commit | cb5e83ed31f009ea24cdca038a6c49390451cb34 (patch) | |
tree | 7076a089174920ead5b030985872a09738edb0fe /res | |
parent | d7d3ce9e44dd96a40b3ec3740b777f0bd35a103e (diff) |
Added -u,--url-or-search command line option
Opening an URL or making a search query from the command line.
IssueID #232
Diffstat (limited to 'res')
-rw-r--r-- | res/arg-help.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/arg-help.txt b/res/arg-help.txt index 7fe393c1..e87881d3 100644 --- a/res/arg-help.txt +++ b/res/arg-help.txt | |||
@@ -8,6 +8,10 @@ General options: | |||
8 | -E, --echo Print all internal app events to stdout. | 8 | -E, --echo Print all internal app events to stdout. |
9 | --help Print these instructions. | 9 | --help Print these instructions. |
10 | --sw Disable hardware accelerated rendering. | 10 | --sw Disable hardware accelerated rendering. |
11 | -u, --url-or-search URL | text | ||
12 | Open a URL, or make a search query with given text. | ||
13 | This only works if the search query URL has been | ||
14 | configured. | ||
11 | -V, --version Print the application version. | 15 | -V, --version Print the application version. |
12 | 16 | ||
13 | Options that control a running instance of Lagrange: | 17 | Options that control a running instance of Lagrange: |