971 |
|
printf(" default: %s\n", DEF_SERVER_NAME); |
972 |
|
printf(" -p Specifies the i-scream server port.\n"); |
973 |
|
printf(" default: %d\n", DEF_SERVER_PORT); |
974 |
< |
printf(" -l Sets the list of hosts to monitor in a semi-colon seperated list.\n"); |
974 |
> |
printf(" -l Sets the list of hosts to monitor in a semi-colon separated list.\n"); |
975 |
|
printf(" -h Displays this help information.\n"); |
976 |
|
printf("\nReport bugs to <%s>.\n", PACKAGE_BUGREPORT); |
977 |
|
exit(1); |
1099 |
|
machine_list=strdup(optarg); |
1100 |
|
break; |
1101 |
|
case 'h': |
1102 |
+ |
default: |
1103 |
|
usage(); |
1104 |
|
break; |
1105 |
|
} |