From 948198a61af5b010f8b562660fd06e0cbbf3aa36 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 8 Oct 2024 17:01:15 -0600 Subject: [PATCH] Include help flag --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e742bbac64dfb4fc611809ab238d4cceddb412dc..c474f53e6b996512f392a78d8103852bc5914b21 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,18 @@ unambiguously readable. ## Installation -``` shell +```shell $ go install git.sr.ht/~amolith/eow@latest ``` ## Usage ```text +$ eow -h +Usage of eow: + -f, --friendly Generate a 20-character password using an Apple-style friendly algorithm (default true) + -n, --nb60 Generate a 20-character password using the NewBase60 charset +pflag: help requested $ eow kiwmuX tibhoj radvo0 $ eow @@ -35,4 +40,3 @@ fDQ2bkDK8xZgq9ZQ6P5R $ eow -n AMSiSrVxXQWmommxVg1X ``` -