summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-01 10:00:14 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-01 10:00:14 +0200
commit2fabc9309f4c6e9d4da7b389e8f3ac5f1dab2b6c (patch)
tree9e977bc829b11f5861ad9e36eb3f28f59993d1cf /res
parent4e49e81a88b9beefcc65a0d2f5698d1dd1ac8283 (diff)
Added a resource for the --help instructions
IssueID #174
Diffstat (limited to 'res')
-rw-r--r--res/arg-help.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/arg-help.txt b/res/arg-help.txt
new file mode 100644
index 00000000..d8e8c76c
--- /dev/null
+++ b/res/arg-help.txt
@@ -0,0 +1,19 @@
1Usage: lagrange [options] [URLs] [paths]
2
3URLs and local files are opened in separate tabs. By default the first
4URL/path opens in the currently open tab.
5
6General options:
7
8 -E, --echo Print all internal app events to stdout.
9 --help Print these instructions.
10 --sw Disable hardware accelerated rendering.
11 -V, --version Print the application version.
12
13Options that control a running instance of Lagrange:
14
15 --close-tab Close the current tab.
16 -L, --list-tab-urls Print the URLs of open tabs to stdout. If the app isn't
17 running, nothing is printed.
18 --new-tab [URL] Open a new tab. If the URL is omitted, the user's
19 homepage is opened.