From cde2830d7cc4a0c789a95f4856d8405969ddd3c7 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 18 Mar 2019 13:29:36 +0200 Subject: Adding new command line args. --- src/base/abci/abc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index ec607aed..508c64b9 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -45688,6 +45688,9 @@ int Abc_CommandAbc9Cfs( Abc_Frame_t * pAbc, int argc, char ** argv ) if ( RareUse < 0 ) goto usage; break; + case 'r': + fReplaceRare ^= 1; + break; case 'v': fVerbose ^= 1; break; -- cgit v1.2.3