Commit: 76319eb8a7b9860b873dbec58c542f3f4fe721f9
Parent: 903562672020002a0d09532bbf12226b49573047
Author: Randy Palamar
Date: Wed, 14 Dec 2022 08:21:23 -0700
passmenu: fix comment
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/passmenu b/bin/passmenu
@@ -1,7 +1,6 @@
#!/bin/sh
-# uses dmenu to select a password to copy to the clipboard
-# it is removed from the clipboard once pasted
+# types a dmenu selected password
# make sure gpg-agent is running
password=$(spm search . | cut -d '/' -f 5- | dmenu -i -p "Password:") || exit 0