File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ General Information)").c_str(),
565
565
(
566
566
(g_strOutputDir + " ,o" ).c_str (),
567
567
po::value<string>()->value_name (" path" ),
568
- " If given, creates one file per component and contract/file at the specified directory."
568
+ " If given, creates one file per output component and contract/file at the specified directory."
569
569
)
570
570
(
571
571
g_strOverwrite.c_str (),
@@ -718,7 +718,7 @@ General Information)").c_str(),
718
718
(CompilerOutputs::componentName (&CompilerOutputs::signatureHashes).c_str (), " Function signature hashes of the contracts." )
719
719
(CompilerOutputs::componentName (&CompilerOutputs::natspecUser).c_str (), " Natspec user documentation of all contracts." )
720
720
(CompilerOutputs::componentName (&CompilerOutputs::natspecDev).c_str (), " Natspec developer documentation of all contracts." )
721
- (CompilerOutputs::componentName (&CompilerOutputs::metadata).c_str (), " Combined Metadata JSON whose Swarm hash is stored on-chain." )
721
+ (CompilerOutputs::componentName (&CompilerOutputs::metadata).c_str (), " Combined Metadata JSON whose IPFS hash is stored on-chain." )
722
722
(CompilerOutputs::componentName (&CompilerOutputs::storageLayout).c_str (), " Slots, offsets and types of the contract's state variables." )
723
723
;
724
724
desc.add (outputComponents);
You can’t perform that action at this time.
0 commit comments