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