aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-12-27 20:05:33 +0000
committerDavid Shah <dave@ds0.me>2020-12-27 20:05:33 +0000
commita40829fef3c35fc9d0b34a38a8f6becf97dddb44 (patch)
treefbbb9ea1593c5d67e9c330849713b2e4b937cc45 /common/command.cc
parent84c55f89312521e72d3d0299d85b29ac6080a272 (diff)
downloadnextpnr-a40829fef3c35fc9d0b34a38a8f6becf97dddb44.tar.gz
nextpnr-a40829fef3c35fc9d0b34a38a8f6becf97dddb44.tar.bz2
nextpnr-a40829fef3c35fc9d0b34a38a8f6becf97dddb44.zip
command.cc: Improve help text
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'common/command.cc')
-rw-r--r--common/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.cc b/common/command.cc
index a18612e4..23572e02 100644
--- a/common/command.cc
+++ b/common/command.cc
@@ -159,7 +159,7 @@ po::options_description CommandHandler::getGeneralOptions()
general.add_options()("sdf", po::value<std::string>(), "SDF delay back-annotation file to write");
general.add_options()("sdf-cvc", "enable tweaks for SDF file compatibility with the CVC simulator");
general.add_options()("no-print-critical-path-source",
- "disable printing of the source lines associated with each net in the critical path");
+ "disable printing of the line numbers associated with each net in the critical path");
general.add_options()("placed-svg", po::value<std::string>(), "write render of placement to SVG file");
general.add_options()("routed-svg", po::value<std::string>(), "write render of routing to SVG file");