- (djm) [ssh-rand-helper.c] Typo. Found by
Martin.Kraemer AT Fujitsu-Siemens.com
This commit is contained in:
parent
e17cc75fe3
commit
7daf044aa2
|
@ -1,3 +1,7 @@
|
|||
20040823
|
||||
- (djm) [ssh-rand-helper.c] Typo. Found by
|
||||
Martin.Kraemer AT Fujitsu-Siemens.com
|
||||
|
||||
20040817
|
||||
- (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -1654,4 +1658,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3517 2004/08/17 12:50:40 djm Exp $
|
||||
$Id: ChangeLog,v 1.3518 2004/08/23 11:52:08 djm Exp $
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "pathnames.h"
|
||||
#include "log.h"
|
||||
|
||||
RCSID("$Id: ssh-rand-helper.c,v 1.18 2004/07/17 04:07:42 dtucker Exp $");
|
||||
RCSID("$Id: ssh-rand-helper.c,v 1.19 2004/08/23 11:52:09 djm Exp $");
|
||||
|
||||
/* Number of bytes we write out */
|
||||
#define OUTPUT_SEED_SIZE 48
|
||||
|
@ -747,7 +747,7 @@ usage(void)
|
|||
fprintf(stderr, "Usage: %s [options]\n", __progname);
|
||||
fprintf(stderr, " -v Verbose; display verbose debugging messages.\n");
|
||||
fprintf(stderr, " Multiple -v increases verbosity.\n");
|
||||
fprintf(stderr, " -x Force output in hexidecimal (for debugging)\n");
|
||||
fprintf(stderr, " -x Force output in hexadecimal (for debugging)\n");
|
||||
fprintf(stderr, " -X Force output in binary\n");
|
||||
fprintf(stderr, " -b bytes Number of bytes to output (default %d)\n",
|
||||
OUTPUT_SEED_SIZE);
|
||||
|
|
Loading…
Reference in New Issue