aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/dmp.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/man1/dmp.1 b/man/man1/dmp.1
index 78fa8ec8..4cb354f0 100644
--- a/man/man1/dmp.1
+++ b/man/man1/dmp.1
@@ -4,11 +4,16 @@
\- pick a pass(1) password with dmenu(1)
.SH SYNOPSIS
.B dmp
+.br
+.B dmp 25
.SH DESCRIPTION
.B dmp
applies dmenu(1) to pick a password entry from a pass(1) store and put it into
the X CLIPBOARD for up to 10 seconds.
+.P
+An optional timeout in seconds can be applied, after which xsel(1) will remove
+the password from the clipboard. This timeout defaults to 10 seconds.
.SH SEE ALSO
-dmenu(1), pass(1)
+dmenu(1), pass(1), xsel(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>