diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-14 05:42:08 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-14 05:42:08 +0200 |
commit | 44e72a764f7febd041263c61c6931896a67d338e (patch) | |
tree | 83993a93aebb591a1337ae9553f3aa7e49eec50f /ssh.1 | |
parent | - markus@cvs.openbsd.org 2003/04/12 10:15:36 (diff) | |
download | openssh-44e72a764f7febd041263c61c6931896a67d338e.tar.xz openssh-44e72a764f7febd041263c61c6931896a67d338e.zip |
- naddy@cvs.openbsd.org 2003/04/12 11:40:15
[ssh.1]
document -V switch, fix wording; ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.168 2003/03/28 10:11:43 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.169 2003/04/12 11:40:15 naddy Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -49,7 +49,7 @@ .Pp .Nm ssh .Bk -words -.Op Fl afgknqstvxACNTX1246 +.Op Fl afgknqstvxACNTVX1246 .Op Fl b Ar bind_address .Op Fl c Ar cipher_spec .Op Fl e Ar escape_char @@ -563,8 +563,10 @@ This is helpful in debugging connection, authentication, and configuration problems. Multiple .Fl v -options increases the verbosity. -Maximum is 3. +options increase the verbosity. +The maximum is 3. +.It Fl V +Display the version number and exit. .It Fl x Disables X11 forwarding. .It Fl X |