Changeset 7917 for trunk/Ohana/src/opihi/pantasks/delete.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/delete.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/delete.c
r6687 r7917 6 6 7 7 if (argc < 2) { 8 fprintf (stderr, "USAGE: delete (JobID)\n");8 gprint (GP_ERR, "USAGE: delete (JobID)\n"); 9 9 return (FALSE); 10 10 } … … 12 12 /* use a string interp to convert JobIDs to ints ? */ 13 13 14 fprintf (stderr, "this function is not yet implemented\n");14 gprint (GP_ERR, "this function is not yet implemented\n"); 15 15 return (TRUE); 16 16 }
Note:
See TracChangeset
for help on using the changeset viewer.
