X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fwget.c;h=8ca6def67ecaca04527f4af3add85fff215c48e3;hb=6a110c969f357d5ab3503660c6404a1ee9d916eb;hp=11d39cb66f2797d2c8dfddaafec610c618002a2b;hpb=f5914992f316f8a628505067e108e7ba5a9590ba;p=oweals%2Fbusybox.git diff --git a/networking/wget.c b/networking/wget.c index 11d39cb66..8ca6def67 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -626,7 +626,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv) /* Impossible? if ((opt & WGET_OPT_CONTINUE) && !fname_out) - bb_error_msg_and_die("cannot specify continue (-c) without a filename (-O)"); + bb_error_msg_and_die("can't specify continue (-c) without a filename (-O)"); */ /* Determine where to start transfer */