Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
609be218
Commit
609be218
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Removed the deprecated -c and -t from the --help output.
parent
41084e57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main.c
+0
-2
0 additions, 2 deletions
src/main.c
with
0 additions
and
2 deletions
src/main.c
+
0
−
2
View file @
609be218
...
...
@@ -244,7 +244,6 @@ static void help(void)
" -A/--user-agent <string> User-Agent to send to server (H)
\n
"
" -b/--cookie <name=string/file> Cookie string or file to read cookies from (H)
\n
"
" -B/--use-ascii Use ASCII/text transfer
\n
"
" -c/--continue Resume a previous transfer where we left it
\n
"
" -C/--continue-at <offset> Specify absolute resume offset
\n
"
" -d/--data <data> HTTP POST data (H)
\n
"
" --data-ascii <data> HTTP POST ASCII data (H)
\n
"
...
...
@@ -278,7 +277,6 @@ static void help(void)
" -r/--range <range> Retrieve a byte range from a HTTP/1.1 or FTP server
\n
"
" -s/--silent Silent mode. Don't output anything
\n
"
" -S/--show-error Show error. With -s, make curl show errors when they occur
\n
"
" -t/--upload Transfer/upload stdin to remote site
\n
"
" -T/--upload-file <file> Transfer/upload <file> to remote site
\n
"
" --url <URL> Another way to specify URL to work with
\n
"
" -u/--user <user[:password]> Specify user and password to use
\n
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment