Skip to content

Commit 24b2e6e

Browse files
authored
README.md: Sync --help output with current code (slgobinath#781)
1 parent 1c99868 commit 24b2e6e

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,24 @@ Visit the official site: https://slgobinath.github.io/SafeEyes/ for more details
1717
## Safe Eyes command-line arguments
1818

1919
```text
20-
usage: safeeyes [-h] [-a | -d | -e | -q | -s | -t] [--debug] [--version]
21-
22-
Safe Eyes protects your eyes from eye strain (asthenopia) by reminding you to
23-
take breaks while you're working long hours at the computer.
24-
25-
optional arguments:
26-
-h, --help show this help message and exit
27-
-a, --about show the about dialog
28-
-d, --disable disable the currently running safeeyes instance
29-
-e, --enable enable the currently running safeeyes instance
30-
-q, --quit quit the running safeeyes instance and exit
31-
-s, --settings show the settings dialog
32-
-t, --take-break take a break now
33-
--debug start safeeyes in debug mode
34-
--status print the status of running safeeyes instance and exit
35-
--version show program's version number and exit
20+
Usage:
21+
safeeyes [OPTION…]
22+
23+
Help Options:
24+
-h, --help Show help options
25+
--help-all Show all help options
26+
--help-gapplication Show GApplication options
27+
28+
Application Options:
29+
-a, --about show the about dialog
30+
-s, --settings show the settings dialog
31+
-t, --take-break take a break now
32+
-d, --disable disable the currently running safeeyes instance
33+
-e, --enable enable the currently running safeeyes instance
34+
-q, --quit quit the running safeeyes instance and exit
35+
--status print the status of running safeeyes instance and exit
36+
--debug start safeeyes in debug mode
37+
--version show program's version number and exit
3638
```
3739

3840
## Installation guide

0 commit comments

Comments
 (0)