We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a0dfb commit a6f2712Copy full SHA for a6f2712
README.md
@@ -28,8 +28,6 @@ pacman -S libwebsockets
28
```
29
30
2. Download the archive from the releases page, extract it and copy the executable to your selected directory.
31
-> **Note:** This application is still under development and has not been released.
32
-
33
34
## Usage
35
main.c
@@ -276,7 +276,7 @@ int main(int argc, const char **argv) {
276
277
if (!(button_id = lws_cmdline_option(argc, argv, "--button-id"))) {
278
printf("Invalid parameters.\n");
279
- printf("Use: \"tshotkeytrigger --help\" to see the correct usage.");
+ printf("Use: \"tshotkeytrigger --help\" to see the correct usage.\n");
280
281
return ERR_PARAMETERS;
282
}
0 commit comments