Commit fad11139 authored by Seblu's avatar Seblu
Browse files

fix double usage showing with -h options

parent 274dcd17
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -64,11 +64,10 @@ Options &Options::load(int argc, char *argv[]) {
    switch (option) {
    case 'h':
      usage(*argv, std::cout);
      break;
      exit(ERR_NO);
    case 'V':
      std::cout << "Version: " << VERSION << std::endl;
      exit(ERR_NO);
      break;
    case 'l':
      printf("login %s\n", optarg);
      login = optarg;