IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41268 for trunk


Ignore:
Timestamp:
Feb 20, 2020, 12:07:20 PM (6 years ago)
Author:
eugene
Message:

adding more help info for list

File:
1 edited

Legend:

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

    r40653 r41268  
    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");
    265266    gprint (GP_ERR, "USAGE: list (root) -add (words)                           : extend a list\n");   
    266267    gprint (GP_ERR, "USAGE: list (root) -copy (list)                           : copy a list to a new name\n");
    267268    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");
    268274    return (FALSE);
    269275  }
Note: See TracChangeset for help on using the changeset viewer.