From cba433e2f46cd9d492e01b60da4d4319f3d602ba Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 27 Aug 2023 15:50:48 +0300 Subject: Remove the bloated ā€˜-nā€™ option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If you need to copy a password without a newline, just do: $ mkpass | wl-copy -n If you just happen to need no newlines for other purposes: $ mkpass | xargs printf '%s' --- mkpass.1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'mkpass.1') diff --git a/mkpass.1 b/mkpass.1 index 84c269f..687d3b5 100644 --- a/mkpass.1 +++ b/mkpass.1 @@ -6,7 +6,6 @@ .Nd make a password .Sh SYNOPSIS .Nm -.Op Fl n .Op Fl l Ar length .Op Ar chars .Sh DESCRIPTION @@ -27,8 +26,6 @@ section. .Pp The options are as follows: .Bl -tag width Ds -.It Fl n -Do not print a trailing newline after the generated password. .It Fl l Ar length Generate a password .Ar length -- cgit v1.2.3