Soft'N'Design Software
/
projects
/
scrabble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13e112
)
correct help message
author
Laurent Mazet
<mazet@softndesign.org>
Tue, 26 Nov 2024 22:27:23 +0000
(23:27 +0100)
committer
Laurent Mazet
<mazet@softndesign.org>
Fri, 29 Nov 2024 21:27:50 +0000
(22:27 +0100)
scrabble.c
patch
|
blob
|
blame
|
history
diff --git
a/scrabble.c
b/scrabble.c
index 10d2dca52d4a577282bc766b7a12ffd549db89e2..2a8cd6c2ff77b5b97aac7192db7044195a5a3c92 100644
(file)
--- a/
scrabble.c
+++ b/
scrabble.c
@@
-48,7
+48,7
@@
char *help =
"<v> Put tile\n"
"<x> Retrieve tile\n"
"<J> Move left in line\n"
- "<
K
> Move rift in line\n"
+ "<
L
> Move rift in line\n"
;
int usage (int ret)