diff --git a/cli.cpp b/cli.cpp index ca90636c..70388db2 100644 --- a/cli.cpp +++ b/cli.cpp @@ -831,7 +831,6 @@ int ProcessOptions(int argc, char *argv[], Options *options) else if(option == "--profile" || option == "-p") { OptionProfile(argument); - exit(0); arg_index++; }