summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-10-24 17:33:38 -0400
committerZach DeCook <zachdecook@librem.one>2023-10-24 17:33:38 -0400
commit1811353d5eb14cadceaebc0b453ebc0691d8a500 (patch)
tree1fe07301dddd947e08df62c3fa55e69c21ff196d
parent811becd27abb49666482d9d3efdaec4b271b53e7 (diff)
downloadswipeGuess-1811353d5eb14cadceaebc0b453ebc0691d8a500.tar.gz
mapScore Usage: Add newline
-rw-r--r--mapScore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapScore.c b/mapScore.c
index f003bc9..9c40795 100644
--- a/mapScore.c
+++ b/mapScore.c
@@ -62,7 +62,7 @@ int beeDist(int *p1, int *p2) {
 
 int main(int argc, char **argv) {
 	if (argc < 2) {
-		fprintf(stderr, "Usage: mapScore map.tsv <words.txt >scoredWords.tsv");
+		fprintf(stderr, "Usage: mapScore map.tsv <words.txt >scoredWords.tsv\n");
 		return 1;
 	}