commit | 5753b9eb489896dff63b5c40e1d526358abf6d7d | [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 | f9dd2e2c9f703d5500bd3b00b840430a9aea4c45 [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>