aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ctaklm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c
index 24613e9..a7c299d 100644
--- a/src/ctaklm.c
+++ b/src/ctaklm.c
@@ -404,7 +404,7 @@ info, load, log, new, play (b|w), self-play, square <col><row>, <PTN>.");
human = 1 - (line[5] & 1);
new_game(5);
} else {
- puts("Usage: play (b|w).\n");
+ puts("Usage: play (b|w).");
}
} else {
return EXIT_FAILURE;