Переглянути джерело

Merge branch 'main' into trustfunc

Martijn Laan 4 місяців тому
батько
коміт
b603e86fe1
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      Projects/ISSigTool.dpr
  2. 1 1
      compile.bat

+ 1 - 1
Projects/ISSigTool.dpr

@@ -204,7 +204,7 @@ procedure ShowUsage;
 begin
 begin
   Writeln(ErrOutput, 'Usage:  issigtool [options] sign <filenames>');
   Writeln(ErrOutput, 'Usage:  issigtool [options] sign <filenames>');
   Writeln(ErrOutput, 'or to verify:  issigtool [options] verify <filenames>');
   Writeln(ErrOutput, 'or to verify:  issigtool [options] verify <filenames>');
-  Writeln(ErrOutput, 'or to read generate private key:  issigtool [options] generate-private-key');
+  Writeln(ErrOutput, 'or to generate a private key:  issigtool [options] generate-private-key');
   Writeln(ErrOutput, 'Options:');
   Writeln(ErrOutput, 'Options:');
   Writeln(ErrOutput, '  --key-file=<filename> Specifies a key filename (overrides ISSIGTOOL_KEY_FILE environment variable)');
   Writeln(ErrOutput, '  --key-file=<filename> Specifies a key filename (overrides ISSIGTOOL_KEY_FILE environment variable)');
   Writeln(ErrOutput, '');
   Writeln(ErrOutput, '');

+ 1 - 1
compile.bat

@@ -1,7 +1,7 @@
 @echo off
 @echo off
 
 
 rem  Inno Setup
 rem  Inno Setup
-rem  Copyright (C) 1997-2024 Jordan Russell
+rem  Copyright (C) 1997-2025 Jordan Russell
 rem  Portions by Martijn Laan
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem