about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;
 	}