allow for multiple -k options (for signing with multiple KSKs)
git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@176 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
		
							parent
							
								
									5c6538cf62
								
							
						
					
					
						commit
						ca9bee9d49
					
				| @ -155,7 +155,7 @@ public class SignZone | |||||||
|       OptionBuilder.withDescription("file the signed zone is written to (default is <origin>.signed)."); |       OptionBuilder.withDescription("file the signed zone is written to (default is <origin>.signed)."); | ||||||
|       opts.addOption(OptionBuilder.create('f')); |       opts.addOption(OptionBuilder.create('f')); | ||||||
| 
 | 
 | ||||||
|       OptionBuilder.hasArg(); |       OptionBuilder.hasArgs(); | ||||||
|       OptionBuilder.withArgName("KSK file"); |       OptionBuilder.withArgName("KSK file"); | ||||||
|       OptionBuilder.withLongOpt("ksk-file"); |       OptionBuilder.withLongOpt("ksk-file"); | ||||||
|       OptionBuilder.withDescription("this key is a key signing key (may repeat)."); |       OptionBuilder.withDescription("this key is a key signing key (may repeat)."); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user