summaryrefslogtreecommitdiff
path: root/compiler/circlechef/tools/reverse/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/circlechef/tools/reverse/Driver.cpp')
-rw-r--r--compiler/circlechef/tools/reverse/Driver.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/compiler/circlechef/tools/reverse/Driver.cpp b/compiler/circlechef/tools/reverse/Driver.cpp
index 8a2b85fc7..c8ef07c6f 100644
--- a/compiler/circlechef/tools/reverse/Driver.cpp
+++ b/compiler/circlechef/tools/reverse/Driver.cpp
@@ -25,10 +25,8 @@
int entry(int argc, char **argv)
{
arser::Arser arser;
- arser.add_argument("circle")
- .type(arser::DataType::STR)
- .help("Source circle file path to convert");
- arser.add_argument("recipe").type(arser::DataType::STR).help("Target recipe file path");
+ arser.add_argument("circle").help("Source circle file path to convert");
+ arser.add_argument("recipe").help("Target recipe file path");
try
{