Skip to content

Commit

Permalink
fortune: reword description of -f option, reorder
Browse files Browse the repository at this point in the history
As I've commented in #373, I think the description of the -f example should use the word "file" because it matches with the short option name.
I've also updated the `fortune {{database}}` example to match this terminology, and reordered the examples in an order that I believe is more intuitive.
  • Loading branch information
waldyrious committed Jan 11, 2016
1 parent efbceaf commit f5a5c9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/common/fortune.md
Expand Up @@ -6,14 +6,6 @@

`fortune`

- Print a quotation from a given database:

`fortune {{database}}`

- Print a list of quotation databases:

`fortune -f`

- Print an offensive quotation:

`fortune -o`
Expand All @@ -25,3 +17,11 @@
- Print a short quotation:

`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}}`

0 comments on commit f5a5c9c

Please sign in to comment.