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
f854130b
Commit
f854130b
authored
10 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
help output: minor whitespace edits
Should've been amended in the previous commit but wasn't due to a mistake.
parent
2f2d8403
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/tool_help.c
+5
-4
5 additions, 4 deletions
src/tool_help.c
with
5 additions
and
4 deletions
src/tool_help.c
+
5
−
4
View file @
f854130b
...
...
@@ -71,7 +71,7 @@ static const char *const helptext[] = {
" --digest Use HTTP Digest Authentication (H)"
,
" --disable-eprt Inhibit using EPRT or LPRT (F)"
,
" --disable-epsv Inhibit using EPSV (F)"
,
" --dns-servers
DNS server addrs to use: 1.1.1.1;2.2.2.2"
,
" --dns-servers DNS server addrs to use: 1.1.1.1;2.2.2.2"
,
" --dns-interface Interface to use for DNS requests"
,
" --dns-ipv4-addr IPv4 address to use for DNS requests, dot notation"
,
" --dns-ipv6-addr IPv6 address to use for DNS requests, dot notation"
,
...
...
@@ -125,7 +125,8 @@ static const char *const helptext[] = {
" -l, --list-only List only mode (F/POP3)"
,
" --local-port RANGE Force use of RANGE for local port numbers"
,
" -L, --location Follow redirects (H)"
,
" --location-trusted Like '--location', and send auth to other hosts (H)"
,
" --location-trusted "
"Like '--location', and send auth to other hosts (H)"
,
" --login-options OPTIONS Server login options (IMAP, POP3, SMTP)"
,
" -M, --manual Display the full manual"
,
" --mail-from FROM Mail from this address (SMTP)"
,
...
...
@@ -235,8 +236,8 @@ static const char *const helptext[] = {
" --wdebug Turn on Watt-32 debugging"
,
#endif
" -w, --write-out FORMAT Use output FORMAT after completion"
,
" --xattr Store metadata in extended file attributes"
,
" -q Disable .curlrc (must be first parameter)"
,
" --xattr
Store metadata in extended file attributes"
,
" -q
Disable .curlrc (must be first parameter)"
,
NULL
};
...
...
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