From 8d5026c3b736062edc27cf487ad61a75c4ee6f90 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 13 Jan 2022 16:17:10 +0100 Subject: [PATCH] Added new option to man page --- pw.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pw.1 b/pw.1 index 26079e6..8d81363 100644 --- a/pw.1 +++ b/pw.1 @@ -17,6 +17,7 @@ .Op Fl l .Op Fl u .Op Fl s +.Op Fl S .Op Fl c Ar length .Sh DESCRIPTION The @@ -40,6 +41,8 @@ Allow lower case letters. Allow upper case letters. .It Fl s, \-symbol Allow symbols and punctuation from the following list: _-=+<>,.!@#$%^&*. +.It Fl S, \-special +Allow symbols from specified argument .It Fl c Ar length Specify the password length. Default is 24 characters.