From 7a35411829e23782ef0d972deff36921dcf9deaf Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 16 Nov 2004 00:40:02 +0000 Subject: [PATCH] comment tweaks, remove unneeded variable --- dtool/src/prckeys/makePrcKey.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dtool/src/prckeys/makePrcKey.cxx b/dtool/src/prckeys/makePrcKey.cxx index 3102277fa2..0c260fb12e 100644 --- a/dtool/src/prckeys/makePrcKey.cxx +++ b/dtool/src/prckeys/makePrcKey.cxx @@ -286,13 +286,15 @@ usage() { " Specifies the name and location of the public key output file\n" " to generate. This file must then be named by the Config.pp\n" " variable PRC_PUBLIC_KEYS_FILENAME so that it will be compiled\n" - " in with libdtool and available to verify signatures.\n\n" + " in with libdtool and available to verify signatures. If this\n" + " option is omitted, the previously-compiled value is used.\n\n" " -b priv_outfile#.cxx\n" " Specifies the name and location of the private key output file(s)\n" " to generate. A different output file will be generated for each\n" " different trust level; the hash mark '#' appearing in the file\n" " name will be filled in with the corresponding numeric trust level.\n" + " The hash mark may be omitted if you only require one trust level.\n" " When compiled against dtool, each of these files will generate\n" " a program that can be used to sign a prc file with the corresponding\n" " trust level.\n\n" @@ -395,8 +397,6 @@ main(int argc, char *argv[]) { exit(1); } - int max_key_number = 0; - vector_int key_numbers; for (int i = 1; i < argc; i++) { char *endptr;