Browse Source

[trac703] Tidy up one error message

Stephen Morris 14 years ago
parent
commit
96b5b4c186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tools/badpacket/command_options.cc

+ 1 - 1
tests/tools/badpacket/command_options.cc

@@ -160,7 +160,7 @@ CommandOptions::parse(int argc, char* const argv[]) {
 
             default:
                 isc_throw(isc::InvalidParameter,
-                          "unknown option '" << argv[optind] << "' given on the command line");
+                          "unknown option given on the command line");
         }
     }