From 301e9ebc33dbf6cff61d9ec73cf2a2140d843e71 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 26 Nov 2024 07:54:28 +0100 Subject: [PATCH] Show symbol sets in monospace --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fe2c94..91260f6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Or, on OpenBSD: Generate password using default settings: at lease one digit, at least one lower case letter, at least one upper case letter, at least one symbol from the set -'_-=+<>,.!@#$%^&*', and a length of 24 characters. +`_-=+<>,.!@#$%^&*`, and a length of 24 characters. ## Examples @@ -41,7 +41,7 @@ or, more compact: `pw -l1 -u2 -d3 -s4 -c20` -The same, but now with symbols chosen from the set '+', '-', '=', and '@': +The same, but now with symbols chosen from the set `+-=@`: `pw -l1 -u2 -d3 -s4 -c20 -S '+-=@'`