From 3bf826317826a02772987e6c00a7f75d85e5b1d3 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 21 Oct 2023 10:08:05 -0400 Subject: swipeGuess usage: add newline --- swipeGuess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swipeGuess.c') 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; -- cgit 1.4.1