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
0236bee5
Commit
0236bee5
authored
22 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
I trimmed the --help output slightly to better fit within 80 cols
parent
59c11b82
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
+6
-5
6 additions, 5 deletions
src/main.c
with
6 additions
and
5 deletions
src/main.c
+
6
−
5
View file @
0236bee5
...
...
@@ -339,13 +339,14 @@ static void help(void)
#endif
" -e/--referer Referer page (H)"
);
puts
(
" -E/--cert <cert[:passwd]> Specifies your certificate file and password (HTTPS)
\n
"
" --cert-type <type> Specifies
your
certificate file type (DER/PEM/ENG) (HTTPS)
\n
"
" --key <key> Specifies
your
private key file (HTTPS)
\n
"
" --key-type <type> Specifies
your
private key file type (DER/PEM/ENG) (HTTPS)
\n
"
" --pass <pass> Specifies
your
passphrase for the private key (HTTPS)"
);
" --cert-type <type> Specifies certificate file type (DER/PEM/ENG) (HTTPS)
\n
"
" --key <key> Specifies private key file (HTTPS)
\n
"
" --key-type <type> Specifies private key file type (DER/PEM/ENG) (HTTPS)
\n
"
" --pass <pass> Specifies passphrase for the private key (HTTPS)"
);
puts
(
" --engine <eng> Specifies the crypto engine to use (HTTPS)
\n
"
" --cacert <file> CA certifciate to verify peer against (SSL)
\n
"
" --capath <directory> CA directory (made using c_rehash) to verify peer against (SSL, NOT Windows)
\n
"
" --capath <directory> CA directory (made using c_rehash) to verify
\n
"
" peer against (SSL, NOT Windows)
\n
"
" --ciphers <list> What SSL ciphers to use (SSL)
\n
"
" --connect-timeout <seconds> Maximum time allowed for connection
\n
"
" -f/--fail Fail silently (no output at all) on errors (H)
\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