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
0e78911c
Commit
0e78911c
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
modified the --help output to have the passwords within [brackets] as they
are optional...
parent
b7a5fb17
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
+3
-3
3 additions, 3 deletions
src/main.c
with
3 additions
and
3 deletions
src/main.c
+
3
−
3
View file @
0e78911c
...
...
@@ -252,7 +252,7 @@ static void help(void)
" --data-binary <data> HTTP POST binary data (H)
\n
"
" -D/--dump-header <file> Write the headers to this file
\n
"
" -e/--referer Referer page (H)
\n
"
" -E/--cert <cert:passwd> Specifies your certificate file and password (HTTPS)
\n
"
" -E/--cert <cert
[
:passwd
]
> Specifies your certificate file and password (HTTPS)
\n
"
" --cacert <file> CA certifciate to verify peer against (HTTPS)
\n
"
" -f/--fail Fail silently (no output at all) on errors (H)
\n
"
" -F/--form <name=content> Specify HTTP POST data (H)
\n
"
...
...
@@ -281,8 +281,8 @@ static void help(void)
" -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
"
" -u/--user <user:password> Specify user and password to use
\n
"
" -U/--proxy-user <user:password> Specify Proxy authentication
\n
"
" -u/--user <user
[
:password
]
> Specify user and password to use
\n
"
" -U/--proxy-user <user
[
:password
]
> Specify Proxy authentication
\n
"
" -v/--verbose Makes the operation more talkative
\n
"
" -V/--version Outputs version number then quits
\n
"
" -w/--write-out [format] What to output after completion
\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