about summary refs log tree commit diff
path: root/swipeGuess.c
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-10-21 10:08:05 -0400
committerZach DeCook <zachdecook@librem.one>2023-10-21 10:08:05 -0400
commit3bf826317826a02772987e6c00a7f75d85e5b1d3 (patch)
tree153a295bc32cb0a406a56e42ff5a7b3f3aefd373 /swipeGuess.c
parent5b441f86e98edbef86c6bf33785ba1555e9d4756 (diff)
downloadswipeGuess-3bf826317826a02772987e6c00a7f75d85e5b1d3.tar.gz
swipeGuess usage: add newline
Diffstat (limited to 'swipeGuess.c')
-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;