Skip to content

Commit a27f458

Browse files
committed
fixed the help template
1 parent 258c1ee commit a27f458

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/include/help.ht

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ USAGE:
55
CursorLocker.exe <executable_file.exe> [OPTIONS]
66

77
OPTIONS:
8-
-h, -help - Print version and help info and exits
9-
-ec, -exesConfig - Loads the exesConfigs.ecfg file which contains a list of executable files to search for.
10-
First exe in that list that becomes a process or is already a process triggers the cursor to lock to the primary monitor.
11-
Ignores the <executable_file.exe> passed in.
12-
-sleepTime <milliseconds> - How long to sleep before a CursorLocker processing iteration. Default is 800 ms
8+
-h, -help
9+
Prints the version and help info and exits
10+
-ec, -exesConfig
11+
Loads the exesConfigs.ecfg file which contains a list of executable files to search for.
12+
First exe in that list that becomes a process or is already a process triggers the cursor to lock to the primary monitor.
13+
Ignores the <executable_file.exe> passed in.
14+
-sleepTime <milliseconds>
15+
How long to sleep before a CursorLocker processing iteration. Default is 800 ms
1316
)"

0 commit comments

Comments
 (0)