Browse Source

[PATCH 016/188] adding version information

From c4b6253ef4514b503689aaf6be77e6ecdaedc534 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Thu, 26 Sep 2019 10:58:30 -0400

git-svn-id: branches/wasm@46012 -
nickysn 5 years ago
parent
commit
357dfada91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/wasmbin/wasmtool.lpr

+ 1 - 1
utils/wasmbin/wasmtool.lpr

@@ -24,7 +24,7 @@ begin
   writeln('version: ',VERSION);
   writeln('version: ',VERSION);
   writeln;
   writeln;
   writeln('options:');
   writeln('options:');
-  writeln('  --exportrename @inputfile');
+  writeln('  --exportrename @inputfile - renaming export names');
   writeln('  --symbolflag   @inputfile');
   writeln('  --symbolflag   @inputfile');
   writeln('  --verbose - enabling verbose mode');
   writeln('  --verbose - enabling verbose mode');
 end;
 end;