mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge pull request #595 from tldr-pages/fortune-f-desc
fortune: reword description of -f option, reorder
This commit is contained in:
commit
59b45e954e
1 changed files with 8 additions and 8 deletions
|
@ -6,14 +6,6 @@
|
||||||
|
|
||||||
`fortune`
|
`fortune`
|
||||||
|
|
||||||
- Print a quotation from a given database:
|
|
||||||
|
|
||||||
`fortune {{database}}`
|
|
||||||
|
|
||||||
- Print a list of quotation databases:
|
|
||||||
|
|
||||||
`fortune -f`
|
|
||||||
|
|
||||||
- Print an offensive quotation:
|
- Print an offensive quotation:
|
||||||
|
|
||||||
`fortune -o`
|
`fortune -o`
|
||||||
|
@ -25,3 +17,11 @@
|
||||||
- Print a short quotation:
|
- Print a short quotation:
|
||||||
|
|
||||||
`fortune -s`
|
`fortune -s`
|
||||||
|
|
||||||
|
- List the available quotation database files:
|
||||||
|
|
||||||
|
`fortune -f`
|
||||||
|
|
||||||
|
- Print a quotation from one of the database files listed by `fortune -f`:
|
||||||
|
|
||||||
|
`fortune {{filename}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue