aboutsummaryrefslogtreecommitdiffstats
path: root/lllc/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lllc/main.cpp')
-rw-r--r--lllc/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lllc/main.cpp b/lllc/main.cpp
index 0ca3ff13..f863451d 100644
--- a/lllc/main.cpp
+++ b/lllc/main.cpp
@@ -32,7 +32,7 @@
using namespace std;
using namespace dev;
using namespace dev::solidity;
-using namespace dev::eth;
+using namespace dev::lll;
static string const VersionString =
string(ETH_PROJECT_VERSION) +
@@ -49,6 +49,7 @@ static void help()
<< " -a,--assembly Only parse and compile; show assembly." << endl
<< " -t,--parse-tree Only parse; show parse tree." << endl
<< " -o,--optimise Turn on/off the optimiser; off by default." << endl
+ << " -d,--disassemble Disassemble input into an opcode stream." << endl
<< " -h,--help Show this help message and exit." << endl
<< " -V,--version Show the version and exit." << endl;
exit(0);