Browse Source

Cleanup

master
cancel 5 years ago
parent
commit
7dcc3baab7
  1. 2
      tui_main.c

2
tui_main.c

@ -3401,14 +3401,12 @@ int main(int argc, char **argv) {
"interactively\n",
tui_options[longindex].name);
exit(1);
break;
case Argopt_osc_deprecated:
fprintf(
stderr,
"Options --osc-server and --osc-port have been removed.\n"
"Instead, set the OSC server and port from within the ORCA menu.\n");
exit(1);
break;
}
}
if (optind == argc - 1) {

Loading…
Cancel
Save