mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
18 lines
536 B
Makefile
18 lines
536 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: libcurl
|
|
Arg: <file>
|
|
Help: Dump libcurl equivalent code of this command line
|
|
Added: 7.16.1
|
|
Category: curl
|
|
Example: --libcurl client.c $URL
|
|
See-also: verbose
|
|
Multi: single
|
|
---
|
|
Append this option to any ordinary curl command line, and you will get
|
|
libcurl-using C source code written to the file that does the equivalent
|
|
of what your command-line operation does!
|
|
|
|
This option is global and does not need to be specified for each use of
|
|
--next.
|