kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit c87a9286b4aa0595542a0d0e849f0e984a3160fa
parent 0ca08114bb9347dd742bb910d9420c532511af69
Author: Joris Vink <joris@coders.se>
Date:   Thu,  9 Mar 2017 16:59:14 +0100

reword a bit

Diffstat:
src/cli.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli.c b/src/cli.c @@ -375,7 +375,7 @@ main(int argc, char **argv) } if (cmds[i].name == NULL) { - fprintf(stderr, "No such command: %s\n", argv[0]); + fprintf(stderr, "unknown command: %s\n", argv[0]); usage(); }