From f5a5c9cc373b389f0d084ae95cbb2c56b77dcf99 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 5 Jan 2016 08:17:48 +0000 Subject: [PATCH] fortune: reword description of -f option, reorder 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. --- pages/common/fortune.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/common/fortune.md b/pages/common/fortune.md index e028e0574..5ede85fa7 100644 --- a/pages/common/fortune.md +++ b/pages/common/fortune.md @@ -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` @@ -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}}`