mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
upstream commit
Spaces->tabs. Upstream-ID: f4829dfc3f36318273f6082b379ac562eead70b7
This commit is contained in:
parent
11e5e64453
commit
7b63cf6dbb
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: ssh-keygen.c,v 1.291 2016/09/12 03:25:20 dtucker Exp $ */
|
||||
/* $OpenBSD: ssh-keygen.c,v 1.292 2016/09/12 03:29:16 dtucker Exp $ */
|
||||
/*
|
||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||
@ -2468,10 +2468,10 @@ main(int argc, char **argv)
|
||||
break;
|
||||
case 'J':
|
||||
lines_to_process = strtoul(optarg, NULL, 10);
|
||||
break;
|
||||
break;
|
||||
case 'j':
|
||||
start_lineno = strtoul(optarg, NULL, 10);
|
||||
break;
|
||||
break;
|
||||
case 'T':
|
||||
do_screen_candidates = 1;
|
||||
if (strlcpy(out_file, optarg, sizeof(out_file)) >=
|
||||
|
Loading…
x
Reference in New Issue
Block a user