aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.cc
diff options
context:
space:
mode:
authorMaciej Kurc <mkurc@antmicro.com>2021-09-29 14:59:09 +0200
committerMaciej Kurc <mkurc@antmicro.com>2021-09-29 14:59:09 +0200
commit1db3a87c62acc79de0b3c7bd8c4c155c61c864ee (patch)
tree93ee312b8917b6c9a01a223e821e58d63374c7a9 /common/command.cc
parent76f5874ffcd57f69808e0df752622dfe13759538 (diff)
downloadnextpnr-1db3a87c62acc79de0b3c7bd8c4c155c61c864ee.tar.gz
nextpnr-1db3a87c62acc79de0b3c7bd8c4c155c61c864ee.tar.bz2
nextpnr-1db3a87c62acc79de0b3c7bd8c4c155c61c864ee.zip
Code formatting
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
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");