This commit is contained in:
eviwbh 2024-09-12 18:44:19 +08:00
parent 30754da00b
commit 62ad289147

View File

@ -18,8 +18,8 @@ int main(int argc,char *argv[])
{ {
if (argc!=4) if (argc!=4)
{ {
printf("Using:./demo06 port logfile timeout\n"); printf("Using:./serverHeartbeat port logfile timeout\n");
printf("Example:./demo06 5005 /log/idc/demo06.log 10\n\n"); printf("Example:./serverHeartbeat 5005 /log/idc/demo06.log 10\n\n");
return -1; return -1;
} }