IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13475


Ignore:
Timestamp:
May 22, 2007, 12:02:24 PM (19 years ago)
Author:
eugene
Message:

fixed usage message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/section.c

    r13432 r13475  
    5050  if ((argc == 1) && (action == NONE)) {
    5151    KapaGetSection (kapa, "*");
    52     gprint (GP_ERR, "USAGE: section name [x y dx dy]\n");
    53     gprint (GP_ERR, "USAGE: section name [-list] [-up] [-down] [-top] [-bottom]\n");
     52    gprint (GP_ERR, "USAGE: section name [x y dx dy] [options]\n");
     53    gprint (GP_ERR, "OPTIONS: -list   : show properties of all sections\n");
     54    gprint (GP_ERR, "         -up     : move section up in display stack\n");
     55    gprint (GP_ERR, "         -down   : move section down in display stack\n");
     56    gprint (GP_ERR, "         -top    : move section to top of display stack\n");
     57    gprint (GP_ERR, "         -bottom : move section to bottom of display stack\n");
     58    gprint (GP_ERR, "         -imtool (position) : set location of image zoom / status box\n");
     59    gprint (GP_ERR, "                 (position may be: -x, +x, -y, +y, none)\n");
    5460    return (TRUE);
    5561  }
Note: See TracChangeset for help on using the changeset viewer.