-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write more in present tense. A few other minor cleanups while at it. Closes #385
- Loading branch information
Showing
190 changed files
with
1,256 additions
and
1,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# List options | ||
|
||
curl has more than two hundred and fifty command-line options and the number | ||
of options keep increasing over time. Chances are the number of options will | ||
reach three hundred in the coming years. | ||
of options keep increasing over time. Chances are the number of options | ||
reaches or even surpasses three hundred in the coming years. | ||
|
||
To find out which options you need to perform as certain action, you can get | ||
curl to list them. First, `curl --help` or simply `curl -h` will get you a | ||
list of the most important and frequently used options. You can then provide | ||
an additional "category" to `-h` to get more options listed for that specific | ||
curl to list them. First, `curl --help` or simply `curl -h` get you a list of | ||
the most important and frequently used options. You can then provide an | ||
additional "category" to `-h` to get more options listed for that specific | ||
area. Use `curl -h category` to list all existing categories or `curl -h all` | ||
to list *all* available options. | ||
|
||
The `curl --manual` option outputs the entire man page for curl. That is a | ||
thorough and complete document on how each option works amassing several | ||
thousand lines of documentation. To wade through that is also a tedious work | ||
and we encourage use of a search function through those text masses. Some | ||
people will appreciate the man page in its [web | ||
version](https://curl.se/docs/manpage.html). | ||
people might also appreciate the man page in its | ||
[web version](https://curl.se/docs/manpage.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.