bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] No warning printed when using options: -N -O-


From: Nik Nyby
Subject: [Bug-wget] No warning printed when using options: -N -O-
Date: Tue, 28 Apr 2015 15:56:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.90 (gnu/linux)

The wget manual states:

  ‘-N’ (for timestamp-checking) is not supported in combination with ‘-O’:
  since file is always newly created, it will always have a very new
  timestamp. A warning will be issued if this combination is used.

(In this section of the manual):
http://www.gnu.org/software/wget/manual/html_node/Download-Options.html#Download-Options

The warning is printed if you do:
  wget -N -O http://example.com

But the warning isn't printed if you do something like:
  wget -N -O- http://example.com


Maybe the statement in the manual should be revised to avoid confusion?

See: https://github.com/docker/docker/pull/12857



reply via email to

[Prev in Thread] Current Thread [Next in Thread]