From deffcbe8aad53b3f2ae8c90ad2f662a2faeed3fc Mon Sep 17 00:00:00 2001 From: sheepla <62412884+sheepla@users.noreply.github.com> Date: Sat, 1 Jan 2022 10:29:16 +0900 Subject: [PATCH] [fix] fix help message --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index afcc8c1..ac016de 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ A command with fzf-like UI to quickly search Wikipedia articles and open it in y ### Help message ``` -Usage: - fzwiki [OPTIONS] QUERY... +fzwiki [OPTIONS] QUERY... Application Options: - -o, --open open URL with webbrowser - -l, --lang= wikipedia language + -V, --version Show version + -o, --open Open URL in your web browser + -l, --lang= Language for wikipedia.org such as "en", "ja", ... Help Options: - -h, --help Show this help message + -h, --help Show this help message ``` ### Key bindings