CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/29 03:42:29
Modified files:
usr.bin/ssh : ssh-add.1 ssh-add.c
Log message:
add a -q option to ssh-add to make it quiet on success.
if you want to silence ssh-add without this you generally redirect
the output to /dev/null, but that can hide error output which you
should see.
ok djm@
