- Timestamp:
- Feb 20, 2020, 12:07:20 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
r40653 r41268 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"); 265 266 gprint (GP_ERR, "USAGE: list (root) -add (words) : extend a list\n"); 266 267 gprint (GP_ERR, "USAGE: list (root) -copy (list) : copy a list to a new name\n"); 267 268 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"); 268 274 return (FALSE); 269 275 }
Note:
See TracChangeset
for help on using the changeset viewer.
