diff options
author | Joursoir <chat@joursoir.net> | 2021-03-06 18:20:34 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-06 18:20:34 +0000 |
commit | 44f339a62ee7961758afb451a760f3b291f34c79 (patch) | |
tree | a12871a42d6c456343cca654a49adac2841a24a6 /man | |
parent | 1c5f7fd29fce3008218d781ab148a6974e898cac (diff) | |
download | lock-password-44f339a62ee7961758afb451a760f3b291f34c79.tar.gz lock-password-44f339a62ee7961758afb451a760f3b291f34c79.tar.bz2 lock-password-44f339a62ee7961758afb451a760f3b291f34c79.zip |
update doc for v1.1bv1.1b
Diffstat (limited to 'man')
-rw-r--r-- | man/lpass.1 | 8 |
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. |