aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/rust/rust-session-manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc
index 5529fbf..ea933d63 100644
--- a/gcc/rust/rust-session-manager.cc
+++ b/gcc/rust/rust-session-manager.cc
@@ -449,7 +449,7 @@ Session::handle_cfg_option (const std::string &input)
if (s == ERROR)
{
rust_error_at (Location (),
- "invalid --frust-cfg= option expected %<key%> or "
+ "invalid %<-frust-cfg=option%> expected %<key%> or "
"key=%<value%> got %<%s%>",
input.c_str ());
return false;