]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/main-readline.c
save
[protos/libecoli.git] / lib / main-readline.c
index 80ef88de398e3b102f8512ca787850701040817e..87653f7faaf3c9b28b14b9d1f23b07043cf6c933 100644 (file)
@@ -260,7 +260,7 @@ static int create_commands(void)
        ec_keyval_set(ec_node_attrs(ec_node_find(cmd, "name")), "help",
                "the person to greet", NULL);
        ec_keyval_set(ec_node_attrs(ec_node_find(cmd, "count")), "help",
-               "how many times to greet", NULL);
+               "how many times to greet (0-10)", NULL);
        if (ec_node_or_add(cmdlist, cmd) < 0)
                goto fail;