From 1b73448d6d6aaab3b2610197a57d0775bdd690fe Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 14 Jul 2001 12:21:07 +1000 Subject: - markus@cvs.openbsd.org 2001/07/11 16:29:59 [ssh.c] sort options string, fix -p, add -k --- ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh.c b/ssh.c index 5ec3cfcb4..98854d20c 100644 --- a/ssh.c +++ b/ssh.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.128 2001/07/09 05:58:47 fgsch Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.129 2001/07/11 16:29:59 markus Exp $"); #include #include @@ -313,7 +313,7 @@ main(int ac, char **av) again: while ((opt = getopt(ac, av, - "1246nfxXgpaAki:I:tvVqe:c:m:p:l:R:L:D:CNTo:sb:")) != -1) { + "1246ab:c:e:fgi:kl:m:no:p:qstvxACD:I:L:NPR:TVX")) != -1) { switch (opt) { case '1': options.protocol = SSH_PROTO_1; -- cgit v1.2.3