Age | Commit message (Collapse) | Author |
|
* firmlink.c (main): Fix return type to int, and use return.
* fwd.c (main): Likewise.
* new-fifo.c (main): Likewise.
* magic.c (main): Likewise.
* fifo.c (main): Likewise.
* null.c (main): Likewise.
|
|
|
|
Use argp to parse args.
(argp_program_version, args_doc, doc):
New variables.
Add new includes <argp.h> & <version.h>.
|
|
(main): Add flags argument to fsys_startup call.
(S_fsys_startup): Add FLAGS arg.
|
|
|
|
|
|
|
|
garbage collected prematurely. Also move the check for the bootstrap port
after the args check, so that users can run it from the shell to get a
usage message.
|
|
|