Updated README.md

This commit is contained in:
Phuntsok Drak-pa
2018-06-18 17:53:38 +02:00
parent 8b8032e533
commit d3ea93d13e
2 changed files with 14 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ void help() {
}
std::tuple<string, string, bool> process_args(int t_argc, char *t_argv[]) {
auto ret = std::make_tuple(string{}, string{}, false);
auto ret = std::make_tuple(string{}, string{}, true);
while (true) {
int option_index = 0;
static struct option long_options[] = {