From a40829fef3c35fc9d0b34a38a8f6becf97dddb44 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 27 Dec 2020 20:05:33 +0000 Subject: command.cc: Improve help text Signed-off-by: David Shah --- common/command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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(), "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(), "write render of placement to SVG file"); general.add_options()("routed-svg", po::value(), "write render of routing to SVG file"); -- cgit v1.2.3