]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[cmdline] Generate command option help text automatically
authorMichael Brown <mcb30@ipxe.org>
Thu, 7 Nov 2013 17:00:51 +0000 (17:00 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 7 Nov 2013 17:00:51 +0000 (17:00 +0000)
commit43eba2f555e2a2ed0fbedeeda73dd1720437fd97
tree86e2decd0adbcb0e92ed8aed80b0b38023e7605a
parent6871a8113f784f5fedb67f245e15699cdfb2b8f7
[cmdline] Generate command option help text automatically

Generate the command option help text automatically from the list of
defined options.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
22 files changed:
src/arch/i386/hci/commands/pxe_cmd.c
src/arch/x86/hci/commands/cpuid_cmd.c
src/core/exec.c
src/core/parseopt.c
src/hci/commands/fcmgmt_cmd.c
src/hci/commands/ifmgmt_cmd.c
src/hci/commands/image_cmd.c
src/hci/commands/image_trust_cmd.c
src/hci/commands/login_cmd.c
src/hci/commands/lotest_cmd.c
src/hci/commands/menu_cmd.c
src/hci/commands/neighbour_cmd.c
src/hci/commands/param_cmd.c
src/hci/commands/ping_cmd.c
src/hci/commands/poweroff_cmd.c
src/hci/commands/reboot_cmd.c
src/hci/commands/route_cmd.c
src/hci/commands/sanboot_cmd.c
src/hci/commands/sync_cmd.c
src/hci/commands/vlan_cmd.c
src/hci/shell.c
src/image/script.c