IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11386


Ignore:
Timestamp:
Jan 29, 2007, 12:40:32 PM (19 years ago)
Author:
eugene
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/list.c

    r11119 r11386  
    2121  }
    2222
     23  // return an error if -add is given with no other args
    2324  if ((argc > 2) && (!strcmp (argv[2], "-split"))) {
    2425    if (argc == 3) {
     
    3738  }
    3839
     40  // return an error if -add is given with no other args
    3941  if ((argc > 2) && (!strcmp (argv[2], "-add"))) {
    4042    if (argc == 3) {
Note: See TracChangeset for help on using the changeset viewer.