diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-07 22:08:22 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-07 22:08:22 +0300 |
commit | c10fc7a058c05edcedeb23bdcc9faae635f1780d (patch) | |
tree | 1bf4177116c12ebfa1275cf2406305c08b8f868b /res | |
parent | df8e4076903831fee5275ee803f874d21db7c703 (diff) |
App: Added options -w, -h for window sizing
Diffstat (limited to 'res')
-rw-r--r-- | res/arg-help.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/arg-help.txt b/res/arg-help.txt index 9f6548f2..bf6e7e97 100644 --- a/res/arg-help.txt +++ b/res/arg-help.txt | |||
@@ -6,6 +6,7 @@ separate tabs. | |||
6 | General options: | 6 | General options: |
7 | 7 | ||
8 | -E, --echo Print all internal app events to stdout. | 8 | -E, --echo Print all internal app events to stdout. |
9 | -h, --height N Set initial window height to N pixels. | ||
9 | --help Print these instructions. | 10 | --help Print these instructions. |
10 | --sw Disable hardware accelerated rendering. | 11 | --sw Disable hardware accelerated rendering. |
11 | -u, --url-or-search URL | text | 12 | -u, --url-or-search URL | text |
@@ -13,6 +14,7 @@ General options: | |||
13 | This only works if the search query URL has been | 14 | This only works if the search query URL has been |
14 | configured. | 15 | configured. |
15 | -V, --version Print the application version. | 16 | -V, --version Print the application version. |
17 | -w, --width N Set initial window width to N pixels. | ||
16 | 18 | ||
17 | Options that control a running instance of Lagrange: | 19 | Options that control a running instance of Lagrange: |
18 | 20 | ||