diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-16 22:13:47 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-16 22:13:47 +0300 |
commit | a48aa018640b2d631f318585da23e4ec7f8e8bdc (patch) | |
tree | 501bf34bc7b7941705371e0e81eda313344d2880 /res | |
parent | 05acbff09c6f74801997fcc3df507186d855232e (diff) |
Updated Help with command line options
There are only two options at the moment.
Diffstat (limited to 'res')
-rw-r--r-- | res/about/help.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi index 8ccb30d7..158204d7 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi | |||
@@ -153,5 +153,13 @@ Other Unix : ~/.config/lagrange/ | |||
153 | * trusted.txt | 153 | * trusted.txt |
154 | * visited.txt | 154 | * visited.txt |
155 | 155 | ||
156 | ## Command line options | ||
157 | |||
158 | ### --echo | ||
159 | Debugging utility: internal events are printed to stdout. | ||
160 | |||
161 | ### --sw | ||
162 | Disable hardware accelerated graphics. Note that software rendering is anyway used as a fallback, so usually this option should not be necessary. | ||
163 | |||
156 | # Open source licenses | 164 | # Open source licenses |
157 | => about:license | 165 | => about:license |