summaryrefslogtreecommitdiff
path: root/plugins/1password
diff options
context:
space:
mode:
authorGheritarish <ilissiae@gmail.com>2022-01-28 13:47:41 +0100
committerGitHub <noreply@github.com>2022-01-28 13:47:41 +0100
commit11a87eac47c579366620f995330532f47dc651f2 (patch)
tree4148cdd19f8fcc047d6acdf0440918844ee55412 /plugins/1password
parent6f9650d940f31d9d10f07a176a85ca3b814f448f (diff)
downloadzsh-11a87eac47c579366620f995330532f47dc651f2.tar.gz
zsh-11a87eac47c579366620f995330532f47dc651f2.tar.bz2
zsh-11a87eac47c579366620f995330532f47dc651f2.zip
chore(1password): fix comments to follow code (#10634)
Diffstat (limited to 'plugins/1password')
-rw-r--r--plugins/1password/1password.plugin.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/1password/1password.plugin.zsh b/plugins/1password/1password.plugin.zsh
index 5af5ebb2b..9398b02b4 100644
--- a/plugins/1password/1password.plugin.zsh
+++ b/plugins/1password/1password.plugin.zsh
@@ -4,8 +4,8 @@ if (( ${+commands[op]} )); then
fi
# opswd puts the password of the named service into the clipboard. If there's a
-# one time password, it will be copied into the clipboard after 5 seconds. The
-# clipboard is cleared after another 10 seconds.
+# one time password, it will be copied into the clipboard after 10 seconds. The
+# clipboard is cleared after another 20 seconds.
function opswd() {
if [[ $# -lt 1 ]]; then
echo "Usage: opswd <service>"