IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2021, 10:48:33 AM (5 years ago)
Author:
eugene
Message:

making the pantasks status user options more consistent between server and stand-alone version (still not perfect)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/status_server.c

    r31666 r41638  
    6565    showDetails = TRUE;
    6666  }
     67  if ((N = get_argument (argc, argv, "-taskinfo"))) {
     68    remove_argument (N, &argc, argv);
     69    showDetails = TRUE;
     70  }
    6771  if ((N = get_argument (argc, argv, "-v"))) {
    6872    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.