Browse Source

[3508] Fix in -V option for DHCPv6

Tomek Mrugalski 10 years ago
parent
commit
1a87ff5014
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/main.cc

+ 1 - 1
src/bin/dhcp6/main.cc

@@ -88,7 +88,7 @@ main(int argc, char* argv[]) {
     // The standard config file
     // The standard config file
     std::string config_file("");
     std::string config_file("");
 
 
-    while ((ch = getopt(argc, argv, "dvp:c:")) != -1) {
+    while ((ch = getopt(argc, argv, "dvVp:c:")) != -1) {
         switch (ch) {
         switch (ch) {
         case 'd':
         case 'd':
             verbose_mode = true;
             verbose_mode = true;