ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/root-tail.c
(Generate patch)

Comparing root-tail/root-tail.c (file contents):
Revision 1.42 by chris_moore, Wed Mar 31 16:57:06 2004 UTC vs.
Revision 1.43 by chris_moore, Wed Mar 31 17:07:02 2004 UTC

1173 fprintf (stderr, "You did not specify any files to tail\n" 1173 fprintf (stderr, "You did not specify any files to tail\n"
1174 "use %s --help for help\n", argv[0]); 1174 "use %s --help for help\n", argv[0]);
1175 exit (1); 1175 exit (1);
1176 } 1176 }
1177 1177
1178 if (opt_update && opt_whole)
1179 {
1180 fprintf (stderr, "Specify at most one of -update and -whole\n");
1181 exit (1);
1182 }
1178 if (opt_partial && opt_whole) 1183 else if (opt_partial && opt_whole)
1179 { 1184 {
1180 fprintf (stderr, "Specify at most one of -partial and -whole\n"); 1185 fprintf (stderr, "Specify at most one of -partial and -whole\n");
1181 exit (1); 1186 exit (1);
1182 } 1187 }
1183 1188

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines