commit | d67fae6f385a145987c23b2e90fc2e2308a76653 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Nov 18 10:18:01 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 23 23:33:48 2024 +0100 |
tree | 63ae28ba367c927468e0265eacfb6b41b6080429 | |
parent | c85455d62b21bab13d0b6c3e1f030fe9d403d73e [diff] |
doc: cmd: wget: document lwIP syntax The lwIP version of wget supports a different syntax with a URL, in addition to the legacy syntax. Document that. While we're at it, fix a couple of minor issues in the legacy syntax: - hostIPaddr can be a DNS name if CONFIG_CMD_DNS is enabled - path is mandatory Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>