Skip to content

Commit 5d2daa2

Browse files
committed
Improve help message and doc
1 parent 0981918 commit 5d2daa2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Highlight mouse pointer/cursor using a dot - useful for presentations,
44
screen sharing, ...
55

6+
(Walyand not supported, unfortunately. This is a small x11-only utility)
7+
68
## Demo
79

810
![](demo.gif)
@@ -60,8 +62,8 @@ Usage:
6062
-h, --help show this help message
6163
6264
DISPLAY OPTIONS
63-
-c, --released-color COLOR dot color when mouse button released [default: #d62728]
64-
-p, --pressed-color COLOR dot color when mouse button pressed [default: #1f77b4]
65+
-c, --released-color COLOR dot color when mouse button released [default: '#d62728']
66+
-p, --pressed-color COLOR dot color when mouse button pressed [default: '#1f77b4']
6567
-o, --outline OUTLINE line width of outline or 0 for filled dot [default: 0]
6668
-r, --radius RADIUS dot radius in pixels [default: 5]
6769
--opacity OPACITY window opacity (0.0 - 1.0) [default: 1.0]

highlight-pointer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ static void print_usage(const char* name) {
495495
" -h, --help show this help message\n"
496496
"\n"
497497
"DISPLAY OPTIONS\n"
498-
" -c, --released-color COLOR dot color when mouse button released [default: #d62728]\n"
499-
" -p, --pressed-color COLOR dot color when mouse button pressed [default: #1f77b4]\n"
498+
" -c, --released-color COLOR dot color when mouse button released [default: '#d62728']\n"
499+
" -p, --pressed-color COLOR dot color when mouse button pressed [default: '#1f77b4']\n"
500500
" -o, --outline OUTLINE line width of outline or 0 for filled dot [default: 0]\n"
501501
" -r, --radius RADIUS dot radius in pixels [default: 5]\n"
502502
" --opacity OPACITY window opacity (0.0 - 1.0) [default: 1.0]\n"

0 commit comments

Comments
 (0)