ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/idar.c
(Generate patch)

Comparing projects/cms/source/idar/idar.c (file contents):
Revision 1.17 by tdb, Thu Aug 21 13:51:19 2003 UTC vs.
Revision 1.19 by tdb, Thu Aug 21 20:36:41 2003 UTC

# Line 971 | Line 971 | void usage() {
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);
# Line 1099 | Line 1099 | int main(int argc, char **argv){
1099                                  machine_list=strdup(optarg);
1100                                  break;
1101                          case 'h':
1102 +                        default:
1103                                  usage();
1104                                  break;
1105                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines