diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-23 09:48:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-23 09:48:01 +0000 |
commit | e37973913dcc9998ecb0da562a14fec18663062b (patch) | |
tree | d0f17edb6214a938c70bff460b3a21ea02ff4ed9 /CHANGES | |
parent | 8b5295d00338b56cafec2a8fb142e60851a6eea1 (diff) |
- Added warning outputs if the command line uses more than one of the options
-v, --trace and --trace-ascii, since it could really confuse the user.
Clarified this fact in the man page.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (23 February 2007) +- Added warning outputs if the command line uses more than one of the options + -v, --trace and --trace-ascii, since it could really confuse the user. + Clarified this fact in the man page. + Daniel (21 February 2007) - Ravi Pratap provided work on libcurl making pipelining more robust and fixing some bugs: |