1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-23 12:00:44 +08:00

更新README

This commit is contained in:
fumiama
2021-05-07 21:04:36 +08:00
parent c9bdb2e5a3
commit 636540bebb
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ off_t size_of_file(const char* fname) {
else return -1;
}
int main(int argc,char *argv[]) { //usage: ./client host port [-l]
int main(int argc,char *argv[]) { //usage: ./client host port [-d]
ssize_t numbytes;
puts("break!");
while((sockfd = socket(AF_INET,SOCK_STREAM,0)) == -1);