diff options
author | 2017-05-02 08:06:33 +0000 | |
---|---|---|
committer | 2017-05-02 08:06:33 +0000 | |
commit | d9dd61847e3066ae9e9428a5c502adf24696f860 (patch) | |
tree | 2f63473957ba6c0d052cc529bd2ebd014b1b2517 /usr.bin/ssh/ssh.c | |
parent | fix an error in i386 vmd build (diff) | |
download | wireguard-openbsd-d9dd61847e3066ae9e9428a5c502adf24696f860.tar.xz wireguard-openbsd-d9dd61847e3066ae9e9428a5c502adf24696f860.zip |
remove options -12 from usage();
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 06316e61139..d183a67b560 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.458 2017/04/30 23:28:42 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.459 2017/05/02 08:06:33 jmc Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -181,7 +181,7 @@ static void usage(void) { fprintf(stderr, -"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" +"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" " [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" " [-F configfile] [-I pkcs11] [-i identity_file]\n" " [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n" |