Ticket #33684: shell.help

File shell.help, 1.7 KB (added by bkorb@…, 12 years ago)

unmodified usage/help text

Line 
1genshellopt - Generate Shell Option Processing Script - Ver. 1
2USAGE:  shell [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
3  Flg Arg Option-Name    Description
4   -o Str script         Output Script File
5   -s Str shell          Shell name (follows "#!" magic)
6                                - disabled as --no-shell
7                                - enabled by default
8   -v opt version        Output version information and exit
9   -? no  help           Display extended usage information and exit
10   -! no  more-help      Extended usage information passed thru pager
11
12Options are specified by doubled hyphens and their name or by a single
13hyphen and the flag character.
14
15Note that ``shell'' is only useful if the output file does not already
16exist.  If it does, then the shell name and optional first argument will
17be extracted from the script file.
18
19If the script file already exists and contains Automated Option Processing
20text, the second line of the file through the ending tag will be replaced
21by the newly generated text.  The first ``#!''  line will be regenerated.
22
23please send bug reports to:  autogen-users@lists.sourceforge.net
24
25= = = = = = = =
26
27This incarnation of genshell will produce
28a shell script to parse the options for test_shell:
29
30test_shell - Test AutoOpts for shell
31USAGE:  test_shell [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
32                reg-arg [ ... ]
33  Flg Arg Option-Name    Description
34   -o Str option         The option option descrip
35   -s no  second         The second option descrip
36   -? no  help           Display extended usage information and exit
37   -! no  more-help      Extended usage information passed thru pager
38
39Options are specified by doubled hyphens and their name or by a single
40hyphen and the flag character.