Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
cout << p->first << std::endl;
exit(0);
} else if (*i == string("type")) {
- i++;
+ ++i;
if (i == args.end()) {
usage(cerr);
exit(1);
cout << CEPH_FEATURES_SUPPORTED_DEFAULT << std::endl;
exit(0);
} else if (*i == string("set_features")) {
- i++;
+ ++i;
if (i == args.end()) {
usage(cerr);
exit(1);
cout << std::endl;
} else if (*i == string("import")) {
- i++;
+ ++i;
if (i == args.end()) {
usage(cerr);
exit(1);
}
encbl.read_file(*i, &err);
} else if (*i == string("export")) {
- i++;
+ ++i;
if (i == args.end()) {
usage(cerr);
exit(1);
usage(cerr);
exit(1);
}
- i++;
+ ++i;
if (i == args.end()) {
usage(cerr);
exit(1);