Update readme
This commit is contained in:
parent
dacdcc601d
commit
6c1f958b9d
|
@ -125,7 +125,7 @@ Use the shell interface below.
|
||||||
|
|
||||||
wyebab
|
wyebab
|
||||||
|
|
||||||
Reads stdin outputs to stdout.
|
Reads stdin outputs to stdout and keeps server.
|
||||||
blank + enter quits.
|
blank + enter quits.
|
||||||
|
|
||||||
wyebab requst_uri + ' ' + page_uri
|
wyebab requst_uri + ' ' + page_uri
|
||||||
|
|
|
@ -527,7 +527,6 @@ gboolean ipccb(GIOChannel *ch, GIOCondition c, gpointer p)
|
||||||
until(lastuntil = atoi(arg));
|
until(lastuntil = atoi(arg));
|
||||||
break;
|
break;
|
||||||
case CSdata:
|
case CSdata:
|
||||||
|
|
||||||
g_hash_table_add(orders, id);
|
g_hash_table_add(orders, id);
|
||||||
getdata(id, arg);
|
getdata(id, arg);
|
||||||
g_hash_table_remove(orders, id);
|
g_hash_table_remove(orders, id);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user