Changeset 3204 for trunk/Ohana/src/opihi/pcontrol/host.c
- Timestamp:
- Feb 12, 2005, 5:00:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/host.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/host.c
r3203 r3204 22 22 remove_argument (N, &argc, argv); 23 23 Off = TRUE; 24 } 25 26 /* this section needs some help: find the specified host in the stacks */ 27 On = FALSE; 28 if ((N = get_argument (argc, argv, "-off"))) { 29 if (Delete || Off) { 30 fprintf (stderr, "only one of -delete, -off, -on\n"); 31 return (FALSE); 32 } 33 remove_argument (N, &argc, argv); 34 On = TRUE; 24 35 } 25 36
Note:
See TracChangeset
for help on using the changeset viewer.
