IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11887


Ignore:
Timestamp:
Feb 19, 2007, 11:02:59 AM (19 years ago)
Author:
eugene
Message:

fixed usage message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/wd.c

    r7917 r11887  
    1111  Buffer *buf;
    1212
     13  /* XXX I must have dropped the old 'newplane' option */
    1314  Extend  = FALSE;
    1415  if ((N = get_argument (argc, argv, "-extend"))) {
     
    6061
    6162  if (argc != 3) {
    62     gprint (GP_ERR, "USAGE: wd <buffer> <filename> [-bitpix N] [-bscale X] [-bzero X] [-newplane]\n");
     63    gprint (GP_ERR, "USAGE: wd <buffer> <filename> [-bitpix N] [-bscale X] [-bzero X] [-extend] [-newplane]\n");
    6364    return (FALSE);
    6465  }
Note: See TracChangeset for help on using the changeset viewer.