Unverified Commit 11a87eac authored by Gheritarish's avatar Gheritarish Committed by GitHub

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

parent 6f9650d9
......@@ -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>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment