summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 86af3893d..8cad53fe6 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -39,7 +39,7 @@
39#include "pathnames.h" 39#include "pathnames.h"
40#include "log.h" 40#include "log.h"
41 41
42RCSID("$Id: ssh-rand-helper.c,v 1.18 2004/07/17 04:07:42 dtucker Exp $"); 42RCSID("$Id: ssh-rand-helper.c,v 1.19 2004/08/23 11:52:09 djm Exp $");
43 43
44/* Number of bytes we write out */ 44/* Number of bytes we write out */
45#define OUTPUT_SEED_SIZE 48 45#define OUTPUT_SEED_SIZE 48
@@ -747,7 +747,7 @@ usage(void)
747 fprintf(stderr, "Usage: %s [options]\n", __progname); 747 fprintf(stderr, "Usage: %s [options]\n", __progname);
748 fprintf(stderr, " -v Verbose; display verbose debugging messages.\n"); 748 fprintf(stderr, " -v Verbose; display verbose debugging messages.\n");
749 fprintf(stderr, " Multiple -v increases verbosity.\n"); 749 fprintf(stderr, " Multiple -v increases verbosity.\n");
750 fprintf(stderr, " -x Force output in hexidecimal (for debugging)\n"); 750 fprintf(stderr, " -x Force output in hexadecimal (for debugging)\n");
751 fprintf(stderr, " -X Force output in binary\n"); 751 fprintf(stderr, " -X Force output in binary\n");
752 fprintf(stderr, " -b bytes Number of bytes to output (default %d)\n", 752 fprintf(stderr, " -b bytes Number of bytes to output (default %d)\n",
753 OUTPUT_SEED_SIZE); 753 OUTPUT_SEED_SIZE);