[PATCH 1/2] wget: add -o flag
Denys Vlasenko
vda.linux at googlemail.com
Fri Jan 4 17:18:48 UTC 2019
On Wed, Dec 26, 2018 at 4:28 PM Martin Lewis <martin.lewis.x84 at gmail.com> wrote:
>
> Signed-off-by: Martin Lewis <martin.lewis.x84 at gmail.com>
> ---
> networking/wget.c | 28 +++++++++++++++++++++++++---
> 1 file changed, 25 insertions(+), 3 deletions(-)
>
> diff --git a/networking/wget.c b/networking/wget.c
> index 58a51d9..8da0ce8 100644
> --- a/networking/wget.c
> +++ b/networking/wget.c
> @@ -128,9 +128,10 @@
> /* //usage: " [--no-check-certificate] [--no-cache] [--passive-ftp] [-t TRIES]" */
> /* //usage: " [-nv] [-nc] [-nH] [-np]" */
> //usage: " [-S|--server-response] [-U|--user-agent AGENT]" IF_FEATURE_WGET_TIMEOUT(" [-T SEC]") " URL..."
> +//usage: " [-o|--output-file]\n"
> //usage: )
Rather bad --help (it does not show FILE param, and it exceeds 80 columns).
More information about the busybox
mailing list