Skip to content

Commit 428bab6

Browse files
author
Leo Alt
committed
fixup cli option
1 parent 02e8d59 commit 428bab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solc/CommandLineParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ General Information)").c_str(),
806806
g_strModelCheckerInvariants.c_str(),
807807
po::value<string>()->value_name("default,all,contract,reentrancy")->default_value("default"),
808808
"Select whether to report inferred contract inductive invariants."
809-
"Multiple types of invariants can be selected at the same time, separated by a comma and no spaces."
809+
" Multiple types of invariants can be selected at the same time, separated by a comma and no spaces."
810810
" By default no invariants are reported."
811811
)
812812
(

0 commit comments

Comments
 (0)