From 076d766d472b89c7636ef3770064fc34b4e68897 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 28 Sep 1999 19:42:06 +0000 Subject: put q in getopt --- usr.bin/ssh/ssh-keygen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/ssh-keygen.c') diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index 2d66f2310dc..cd38b8e2a22 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -14,7 +14,7 @@ Identity and host key generation and maintenance. */ #include "includes.h" -RCSID("$Id: ssh-keygen.c,v 1.2 1999/09/28 04:45:37 provos Exp $"); +RCSID("$Id: ssh-keygen.c,v 1.3 1999/09/28 19:42:05 deraadt Exp $"); #ifndef HAVE_GETHOSTNAME #include @@ -337,7 +337,7 @@ main(int ac, char **av) error("Could not create directory '%s'.", buf); /* Parse command line arguments. */ - while ((opt = getopt(ac, av, "pcb:f:P:N:C:")) != EOF) + while ((opt = getopt(ac, av, "qpcb:f:P:N:C:")) != EOF) { switch (opt) { -- cgit v1.2.3