Include help flag

Amolith created

Change summary

README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Detailed changes

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