pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit 2357ded01a2b8e8bc6eab7d4bf5dcc83976dcb25
parent 0f37fcba2da1d4b87f53c3ccd7fff79da795b808
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Fri, 14 Nov 2025 17:50:19 +0000

Documentation of multiline flags is corrected (typos)
Diffstat:
MREADME.md | 4++--
Mpashage.1 | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -308,7 +308,7 @@ Flags: - `-f` or `--force`: replace existing secrets without asking - `-i` or `--in-place`: when the secret already exists, replace only its first line and re-use the following lines -- `-m` or `--multiline`: read lines from standard input append after the +- `-m` or `--multiline`: read lines from standard input to append after the generated data into the secret file - `-n` or `--no-symbols`: generate a secret using only alphanumeric characters @@ -473,7 +473,7 @@ echo, and reads it a second time for confirmation. Flags: - `-e` or `--echo`: read a single line once without manipulating the standard input -- `-m` or `--multiline`: an arbitrary amount of lines from the standard +- `-m` or `--multiline`: read an arbitrary amount of lines from the standard input, without trying to manipulate the console, until the end of input or a blank line is entered - `-f` or `--force`: overwrite an existing secret without asking diff --git a/pashage.1 b/pashage.1 @@ -142,7 +142,7 @@ replace existing secrets without asking when the secret already exists, replace only its first line and re-use the following lines .It Fl m,--multiline -read lines from standard input append after the generated data into the secret +read lines from standard input to append after the generated data into the secret file .It Fl n,--no-symbols generate a secret using only alphanumeric characters @@ -237,7 +237,7 @@ The options are as follows: .It Fl e,--echo read a single line once without manipulating the standard input .It Fl m,--multiline -an arbitrary amount of lines from the standard input, without trying to +read an arbitrary amount of lines from the standard input, without trying to manipulate the console, until the end of input or a blank line is entered .It Fl f,--force overwrite an existing secret without asking