Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
swipeGuess usage: add newline
Zach DeCook 2023-10-21
parent 5b441f8 · commit 3bf8263
-rw-r--r--swipeGuess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swipeGuess.c b/swipeGuess.c
index 44881a7..b13e5b5 100644
--- a/swipeGuess.c
+++ b/swipeGuess.c
@@ -64,7 +64,7 @@ void query(FILE *wordFile, char *swipe, int n) {
int main(int argc, char **argv) {
if (argc < 2) {
- fprintf(stderr, "Usage: swipeGuess words.txt [n]");
+ fprintf(stderr, "Usage: swipeGuess words.txt [n]\n");
exit(1);
}
int n = 1;