Changeset 41340 for trunk/Ohana/src/opihi/cmd.basic/list.c
- Timestamp:
- Apr 16, 2020, 1:54:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/list.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/list.c
r41268 r41340 263 263 gprint (GP_ERR, "USAGE: list (root) -split (words) : create list from words\n"); 264 264 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");266 265 gprint (GP_ERR, "USAGE: list (root) -add (words) : extend a list\n"); 267 266 gprint (GP_ERR, "USAGE: list (root) -copy (list) : copy a list to a new name\n"); 268 267 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");274 268 return (FALSE); 275 269 }
Note:
See TracChangeset
for help on using the changeset viewer.
