Parcourir la source

[trac703] Tidy up one error message

Stephen Morris il y a 14 ans
Parent
commit
96b5b4c186
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");
         }
     }