aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.cc')
-rw-r--r--common/command.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/command.cc b/common/command.cc
index 006a6217..38de8344 100644
--- a/common/command.cc
+++ b/common/command.cc
@@ -179,8 +179,7 @@ po::options_description CommandHandler::getGeneralOptions()
general.add_options()("report", po::value<std::string>(),
"write timing and utilization report in JSON format to file");
- general.add_options()("detailed-timing-report",
- "Append detailed net timing data to the JSON report");
+ general.add_options()("detailed-timing-report", "Append detailed net timing data to the JSON report");
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");