From 2fabc9309f4c6e9d4da7b389e8f3ac5f1dab2b6c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 1 Mar 2021 10:00:14 +0200 Subject: Added a resource for the --help instructions IssueID #174 --- res/arg-help.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 res/arg-help.txt (limited to 'res') 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 @@ +Usage: lagrange [options] [URLs] [paths] + +URLs and local files are opened in separate tabs. By default the first +URL/path opens in the currently open tab. + +General options: + + -E, --echo Print all internal app events to stdout. + --help Print these instructions. + --sw Disable hardware accelerated rendering. + -V, --version Print the application version. + +Options that control a running instance of Lagrange: + + --close-tab Close the current tab. + -L, --list-tab-urls Print the URLs of open tabs to stdout. If the app isn't + running, nothing is printed. + --new-tab [URL] Open a new tab. If the URL is omitted, the user's + homepage is opened. -- cgit v1.2.3