From 2a033ecb813fe77aab7c96424ac1d64f56be7c04 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sun, 28 Apr 2024 13:58:11 +0200 Subject: [PATCH] spelling & readme --- README.md | 8 ++++++++ passgen.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2ce59..a77aa8d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # passgen +Usage: +``` +passgen +``` +example output: +``` +retrace-choice-litter-dreamt-zipping +``` diff --git a/passgen.cpp b/passgen.cpp index bbfbb9e..d2408f1 100644 --- a/passgen.cpp +++ b/passgen.cpp @@ -18,7 +18,7 @@ std::vector readWordlist(std::string filePath) map.push_back(line); } } else { - std::cout << std::format("ERROR: failed op open '{}'\n", filePath); + std::cout << std::format("ERROR: failed to open '{}'\n", filePath); } return map;