IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10507


Ignore:
Timestamp:
Dec 6, 2006, 12:44:34 PM (20 years ago)
Author:
eugene
Message:

fixed usage lines

Location:
trunk/Ohana/src/opihi/cmd.basic
Files:
2 edited

Legend:

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

    r7917 r10507  
    88
    99  if ((argc != 3) && (argc != 4)) {
    10     gprint (GP_ERR, "USAGE: strchr (string) (char) [var]\n");
     10    gprint (GP_ERR, "USAGE: getchr (string) (char) [var]\n");
    1111    return (FALSE);
    1212  }
  • trunk/Ohana/src/opihi/cmd.basic/strlen.c

    r7917 r10507  
    77
    88  if ((argc != 2) && (argc != 3)) {
    9     gprint (GP_ERR, "USAGE: strchr (string) [var]\n");
     9    gprint (GP_ERR, "USAGE: strlen (string) [var]\n");
    1010    return (FALSE);
    1111  }
Note: See TracChangeset for help on using the changeset viewer.