From: Masatake Y. <je...@gy...> - 2006-08-23 18:34:54
|
> It looks like the convention used for bash builtin help is to use lowercase > unadorned names in the usage but UPPERCASE when describing the option > variable names in the help text.. So something like: > > readarray [-t] [-c count] [-C callback] [-n lines] [-O origin] file > array_variable > > Copy the lines from the input file into ARRAY_VARIABLE. > > Use the `-n' option to specify COUNT number of lines to copy. If -n is > missing or 0 is given as the number all lines are copied. > Use the `-O' option to specify index ORIGIN to start the array. > ... > > (Or suitably modified to accomodate the current parameters allowed.) Thank you. I've updated the documentation and installed to the cvs repository. Could you review the documentation? Masatake |