From 37bbbcb2b4e12260912a4fa9743056a662290fec Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 19 Mar 2014 19:31:25 -0700 Subject: Experiments with recent ideas. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 8b8fab5e..d3fcb137 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -32819,7 +32819,7 @@ int Abc_CommandAbc9Tulip( Abc_Frame_t * pAbc, int argc, char ** argv ) return 0; usage: - Abc_Print( -2, "usage: &tulip [-FWT num] [-scdvh]\n" ); + Abc_Print( -2, "usage: &tulip [-FWT num] [-svh]\n" ); Abc_Print( -2, "\t experimental prcedure for testing new ideas\n" ); Abc_Print( -2, "\t-F num : the number of timeframes [default = %d]\n", nFrames ); Abc_Print( -2, "\t-W num : the number of machine words [default = %d]\n", nWords ); -- cgit v1.2.3