Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
abi -> json-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Jan 9, 2015
1 parent f125a4b commit c3b6fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solc/CommandLineInterface.cpp
Expand Up @@ -51,7 +51,7 @@ namespace solidity

// LTODO: Maybe some argument class pairing names with
// extensions and other attributes would be a better choice here?
static string const g_argAbiStr = "abi";
static string const g_argAbiStr = "json-abi";
static string const g_argSolAbiStr = "sol-abi";
static string const g_argAsmStr = "asm";
static string const g_argAstStr = "ast";
Expand Down

0 comments on commit c3b6fdd

Please sign in to comment.