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
|
||||
console.)
|
||||
|
||||
--output-format [ompl|url] Specify which output format to use.
|
||||
--output-format [opml|url] Specify which output format to use.
|
||||
[Default: url]
|
||||
|
||||
--unbreak Attempt to work with hostile websites
|
||||
|
@ -106,9 +106,6 @@ Here are the options that work right now.
|
|||
downloaded with git).
|
||||
|
||||
### Verbosity
|
||||
--verbosity [0-4] Specify how much output you want.
|
||||
Higher number means more messages.
|
||||
[Default: 3]
|
||||
| MESSAGE TYPE | REQUIRED VERBOSITY |
|
||||
| ------------ | ------------------ |
|
||||
| Debug | 4 |
|
||||
|
@ -116,12 +113,18 @@ Here are the options that work right now.
|
|||
| Warn | 2 |
|
||||
| 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,
|
||||
Debug. Same as --verbosity 1.
|
||||
-v, --verbose Show: all.
|
||||
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)
|
||||
-A, --user-agent UA_STRING Specify custom user-agent string.
|
||||
|
|
Loading…
Reference in New Issue