Skip to content

Commit

Permalink
Merge pull request #660 from taivokasper/fix-usage
Browse files Browse the repository at this point in the history
Fixes #656 usage strings to be in sync with command parsing
  • Loading branch information
snazha-blkio committed Oct 26, 2018
2 parents c42bb25 + f1e494b commit 571a5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SolidityFunctionWrapperGenerator extends FunctionWrapperGenerator {
+ "[--javaTypes|--solidityTypes] "
+ "<input binary file>.bin <input abi file>.abi "
+ "-p|--package <base package name> "
+ "-o|--output <destination base directory>";
+ "-o|--outputDir <destination base directory>";

private final String binaryFileLocation;
private final String absFileLocation;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class TruffleJsonFunctionWrapperGenerator extends FunctionWrapperGenerato
+ "[--javaTypes|--solidityTypes] "
+ "<input truffle json file>.json "
+ "-p|--package <base package name> "
+ "-o|--output <destination base directory>";
+ "-o|--outputDir <destination base directory>";


private String jsonFileLocation;
Expand Down

0 comments on commit 571a5ec

Please sign in to comment.