Show symbol sets in monospace

This commit is contained in:
Bob Polis 2024-11-26 07:54:28 +01:00
parent 01693bf200
commit 301e9ebc33

View File

@ -27,7 +27,7 @@ Or, on OpenBSD:
Generate password using default settings: at lease one digit, at least one lower 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 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 ## Examples
@ -41,7 +41,7 @@ or, more compact:
`pw -l1 -u2 -d3 -s4 -c20` `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 '+-=@'` `pw -l1 -u2 -d3 -s4 -c20 -S '+-=@'`