From b483c97fdd6e1fe6d52158d1b0231678073ace5e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 21 Nov 2016 11:52:50 -0800 Subject: Minor bug fixes. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 689c21b5..3efc41c9 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -7463,7 +7463,7 @@ usage: Abc_Print( -2, "\t finds optimum networks using SAT-based exact synthesis for hex truth tables ...\n" ); Abc_Print( -2, "\t-D : constrain maximum depth (if too low, algorithm may not terminate)\n" ); Abc_Print( -2, "\t-A : input arrival times (comma separated list)\n" ); - Abc_Print( -2, "\t-S : number of start gates in search [default = %s]\n", nStartGates ); + Abc_Print( -2, "\t-S : number of start gates in search [default = %d]\n", nStartGates ); Abc_Print( -2, "\t-C : the limit on the number of conflicts; turn off with 0 [default = %d]\n", nBTLimit ); Abc_Print( -2, "\t-a : toggle create AIG [default = %s]\n", fMakeAIG ? "yes" : "no" ); Abc_Print( -2, "\t-t : run test suite\n" ); -- cgit v1.2.3