Correct readme formatting and spelling.
This commit is contained in:
parent
8c02d3854b
commit
e4c6bb14d9
19
README.md
19
README.md
|
@ -96,7 +96,7 @@ Here are the options that work right now.
|
||||||
string, rsstube will output to the
|
string, rsstube will output to the
|
||||||
console.)
|
console.)
|
||||||
|
|
||||||
--output-format [ompl|url] Specify which output format to use.
|
--output-format [opml|url] Specify which output format to use.
|
||||||
[Default: url]
|
[Default: url]
|
||||||
|
|
||||||
--unbreak Attempt to work with hostile websites
|
--unbreak Attempt to work with hostile websites
|
||||||
|
@ -106,9 +106,6 @@ Here are the options that work right now.
|
||||||
downloaded with git).
|
downloaded with git).
|
||||||
|
|
||||||
### Verbosity
|
### Verbosity
|
||||||
--verbosity [0-4] Specify how much output you want.
|
|
||||||
Higher number means more messages.
|
|
||||||
[Default: 3]
|
|
||||||
| MESSAGE TYPE | REQUIRED VERBOSITY |
|
| MESSAGE TYPE | REQUIRED VERBOSITY |
|
||||||
| ------------ | ------------------ |
|
| ------------ | ------------------ |
|
||||||
| Debug | 4 |
|
| Debug | 4 |
|
||||||
|
@ -116,12 +113,18 @@ Here are the options that work right now.
|
||||||
| Warn | 2 |
|
| Warn | 2 |
|
||||||
| Error | 1 |
|
| Error | 1 |
|
||||||
|
|
||||||
-v, --verbose Show: all. Same as --verbosity 4.
|
--verbosity [0-4] Specify how much output you want.
|
||||||
|
[Default: 3]
|
||||||
|
|
||||||
-q, --quiet Show: Error. Suppress: Warn, Notify,
|
-v, --verbose Show: all.
|
||||||
Debug. Same as --verbosity 1.
|
Same as --verbosity 4.
|
||||||
|
|
||||||
--suppress-errors Suppress: all. Same as --verbosity 0.
|
-q, --quiet Show: Error.
|
||||||
|
Suppress: Warn, Notify, Debug.
|
||||||
|
Same as --verbosity 1.
|
||||||
|
|
||||||
|
--suppress-errors Suppress: all.
|
||||||
|
Same as --verbosity 0.
|
||||||
|
|
||||||
### Networking (PycURL args)
|
### Networking (PycURL args)
|
||||||
-A, --user-agent UA_STRING Specify custom user-agent string.
|
-A, --user-agent UA_STRING Specify custom user-agent string.
|
||||||
|
|
Loading…
Reference in New Issue