aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/main.cc')
-rw-r--r--machxo2/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/main.cc b/machxo2/main.cc
index e5b8176a..283bc59c 100644
--- a/machxo2/main.cc
+++ b/machxo2/main.cc
@@ -72,7 +72,7 @@ std::unique_ptr<Context> MachXO2CommandHandler::createContext(dict<std::string,
exit(0);
}
if (!vm.count("device")) {
- log_error("device must be specified on the command line (e.g. --device LCMXO2-7000HC-4TG144I)\n");
+ log_error("device must be specified on the command line (e.g. --device LCMXO2-1200HC-4SG32C)\n");
}
chipArgs.device = vm["device"].as<std::string>();
auto ctx = std::unique_ptr<Context>(new Context(chipArgs));