diff options
Diffstat (limited to 'src/option.cc')
-rw-r--r-- | src/option.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/option.cc b/src/option.cc index 170b94af..418980bd 100644 --- a/src/option.cc +++ b/src/option.cc @@ -89,7 +89,6 @@ namespace { catch (const std::exception&) { if (name[0] == '-') add_error_context(_("While parsing option '%1'") << name); - else add_error_context(_("While parsing environent variable '%1'") << name); throw; |