Skip to content

Commit a6f2712

Browse files
committed
update readme, add missing line to the invalid parameters message output
1 parent b3a0dfb commit a6f2712

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ pacman -S libwebsockets
2828
```
2929

3030
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-
3331

3432
## Usage
3533

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ int main(int argc, const char **argv) {
276276

277277
if (!(button_id = lws_cmdline_option(argc, argv, "--button-id"))) {
278278
printf("Invalid parameters.\n");
279-
printf("Use: \"tshotkeytrigger --help\" to see the correct usage.");
279+
printf("Use: \"tshotkeytrigger --help\" to see the correct usage.\n");
280280

281281
return ERR_PARAMETERS;
282282
}

0 commit comments

Comments
 (0)