]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[parseopt] Refer to online documentation for command help
authorMichael Brown <mcb30@ipxe.org>
Fri, 4 Mar 2011 12:14:51 +0000 (12:14 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 4 Mar 2011 12:18:51 +0000 (12:18 +0000)
commit7d5dcc92994dae75831453b8d7fff411f23d9126
tree2f12b637301709393c2c0d24aca6e6a1222ce272
parent464cd1b3ce7e3214a3bbe5eb6f3889fa28fbb4b2
[parseopt] Refer to online documentation for command help

The online documentation (e.g. http://ipxe.org/cmd/ifopen), though not
yet complete, is far more comprehensive than could be provided within
the iPXE binary.  Save around 200 bytes (compressed) by removing the
command descriptions from the interactive help, and instead referring
users directly to the web page describing the relevant command.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
23 files changed:
src/arch/i386/hci/commands/pxe_cmd.c
src/arch/i386/hci/commands/reboot_cmd.c
src/core/exec.c
src/core/parseopt.c
src/hci/commands/autoboot_cmd.c
src/hci/commands/config_cmd.c
src/hci/commands/dhcp_cmd.c
src/hci/commands/digest_cmd.c
src/hci/commands/fcmgmt_cmd.c
src/hci/commands/gdbstub_cmd.c
src/hci/commands/ifmgmt_cmd.c
src/hci/commands/image_cmd.c
src/hci/commands/iwmgmt_cmd.c
src/hci/commands/login_cmd.c
src/hci/commands/lotest_cmd.c
src/hci/commands/nvo_cmd.c
src/hci/commands/route_cmd.c
src/hci/commands/sanboot_cmd.c
src/hci/commands/time_cmd.c
src/hci/commands/vlan_cmd.c
src/hci/shell.c
src/image/script.c
src/include/ipxe/parseopt.h