[PATCH 016/188] adding version information

From c4b6253ef4514b503689aaf6be77e6ecdaedc534 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Thu, 26 Sep 2019 10:58:30 -0400

git-svn-id: branches/wasm@46012 -
This commit is contained in:
nickysn 2020-08-03 12:59:00 +00:00
parent 115c757d68
commit 357dfada91

View File

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