diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-08-28 13:06:02 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-08-28 13:06:02 -0700 |
commit | 233e12610a8978234da50116a7361d915411597c (patch) | |
tree | 6b4eb81a9322ad85d9f529f3bfdf95e9eced0e35 /src | |
parent | 79c1928cf96252f24548443513f598f05478e44a (diff) | |
download | abc-233e12610a8978234da50116a7361d915411597c.tar.gz abc-233e12610a8978234da50116a7361d915411597c.tar.bz2 abc-233e12610a8978234da50116a7361d915411597c.zip |
Added command 'move_names'.
Diffstat (limited to 'src')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c3f7cb47..516365a9 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -9162,7 +9162,7 @@ usage: Abc_Print( -2, "usage: move_names [-h] <file>\n" ); Abc_Print( -2, "\t moves PI/PO/latch names from the other network\n" ); Abc_Print( -2, "\t-h : print the command usage\n"); - Abc_Print( -2, "\t<file> : file names with network that has required names\n"); + Abc_Print( -2, "\t<file> : file with network that has required names\n"); return 1; } |