From dc7445e435a56503a7e8e9e3889ef79ae89c4794 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 31 Jan 2017 11:09:38 -0800 Subject: Typo. --- src/map/scl/scl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/scl/scl.c b/src/map/scl/scl.c index bd6d1cea..9d4653a7 100644 --- a/src/map/scl/scl.c +++ b/src/map/scl/scl.c @@ -259,7 +259,7 @@ usage: fprintf( pAbc->Err, "\t-d : toggle dumping the parsed library into file \"*_temp.lib\" [default = %s]\n", fDump? "yes": "no" ); fprintf( pAbc->Err, "\t-n : toggle replacing gate/pin names by short strings [default = %s]\n", fShortNames? "yes": "no" ); fprintf( pAbc->Err, "\t-v : toggle writing verbose information [default = %s]\n", fVerbose? "yes": "no" ); - fprintf( pAbc->Err, "\t-v : toggle writing information about skipped gates [default = %s]\n", fVeryVerbose? "yes": "no" ); + fprintf( pAbc->Err, "\t-w : toggle writing information about skipped gates [default = %s]\n", fVeryVerbose? "yes": "no" ); fprintf( pAbc->Err, "\t-h : prints the command summary\n" ); fprintf( pAbc->Err, "\t : the name of a file to read\n" ); return 1; -- cgit v1.2.3