diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-01-31 11:09:38 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-01-31 11:09:38 -0800 |
commit | dc7445e435a56503a7e8e9e3889ef79ae89c4794 (patch) | |
tree | 864ace44bc06dd8d59d6ff24eec577be262c14ff /src | |
parent | 452a19f70c692372ef694af7f00ea38bf546cf01 (diff) | |
download | abc-dc7445e435a56503a7e8e9e3889ef79ae89c4794.tar.gz abc-dc7445e435a56503a7e8e9e3889ef79ae89c4794.tar.bz2 abc-dc7445e435a56503a7e8e9e3889ef79ae89c4794.zip |
Typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/map/scl/scl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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<file> : the name of a file to read\n" ); return 1; |