IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:54:47 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

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

    r41268 r41340  
    263263    gprint (GP_ERR, "USAGE: list (root) -split (words)                         : create list from words\n");
    264264    gprint (GP_ERR, "USAGE: list (root) -splitbychar (char) (word) [(words)..] : create list from words\n");
    265     gprint (GP_ERR, "USAGE: list (root) -join (varname)                        : convert a list to a single variable (space separated)\n");
    266265    gprint (GP_ERR, "USAGE: list (root) -add (words)                           : extend a list\n");   
    267266    gprint (GP_ERR, "USAGE: list (root) -copy (list)                           : copy a list to a new name\n");
    268267    gprint (GP_ERR, "USAGE: list (root) -del (word)                            : delete the entry by value\n");
    269     gprint (GP_ERR, "USAGE: list (root) -glob (word)                           : create a list from a file glob\n");
    270     gprint (GP_ERR, "USAGE: list (root) -file (word)                           : create a list from lines in a file\n");
    271 
    272     gprint (GP_ERR, "OPTIONS: -excel                                           : generate names of the for foo:A\n");
    273     gprint (GP_ERR, "OPTIONS: -excel-style                                     : generate names of the for foo:A\n");
    274268    return (FALSE);
    275269  }
Note: See TracChangeset for help on using the changeset viewer.