浏览代码

chore(1password): fix comments to follow code (#10634)

Gheritarish 2 年之前
父节点
当前提交
11a87eac47
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/1password/1password.plugin.zsh

+ 2 - 2
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>"