diff --git a/pages/common/figlet.md b/pages/common/figlet.md index 306ee79bbbc1f7..0c65166ce9cabf 100644 --- a/pages/common/figlet.md +++ b/pages/common/figlet.md @@ -10,11 +10,11 @@ - Use a custom [f]ont file: -`figlet {{input_text}} -f {{path/to/font_file.flf}}` +`figlet -f {{path/to/font_file.flf}} {{input_text}}` - Use a [f]ont from the default font directory (the extension can be omitted): -`figlet {{input_text}} -f {{font_filename}}` +`figlet -f {{font_filename}} {{input_text}}` - Pipe command output through FIGlet: