aboutsummaryrefslogtreecommitdiffstats
path: root/man/lpass.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/lpass.1')
-rw-r--r--man/lpass.18
1 files changed, 7 insertions, 1 deletions
diff --git a/man/lpass.1 b/man/lpass.1
index 81d4237..23ab904 100644
--- a/man/lpass.1
+++ b/man/lpass.1
@@ -1,4 +1,4 @@
-.TH "LPASS" "1" "1\ \&MARCH\ \&2021" "LPASS v1.1a" "LockPassword"
+.TH "LPASS" "1" "6\ \&MARCH\ \&2021" "LPASS v1.1b" "LockPassword"
.SH "NAME"
LockPassword - a password manager.
@@ -22,6 +22,12 @@ Add the specified \fIpassname\fR to the password manager. The password will be r
.RE
.PP
+\fBedit \fIpassname\fR
+.RS 4
+Open the specified \fIpassname\fR in a text editor, waiting for changes. The text editor specified in the environment variable EDITOR or \fBvi\fR(1) is used. Temporary file for password editing locate in tmpfs / ramfs (we expect that it to be mounted at /dev/shm).
+.RE
+.PP
+
\fBgenerate\fR [-l, --length=pass-length] [-c, --copy] [-f, --force] \fIpassname\fR
.RS 4
Generate a random password and write it in \fIpassname\fR. The \fB-l, --length = pass-length\fR argument allow you to specify the desired password length. Without this argument, a 14 character password will be generated. \fB-c, --copy\fR write password to clipboard; \fB-f, --force\fR ignore exist of \fIpassname\fR, overwrites it without prompt.