Browse Source

Change to default to 1 tick

master
cancel 6 years ago
parent
commit
affc8ff2ab
  1. 2
      cli_main.c

2
cli_main.c

@ -8,7 +8,7 @@ int main(int argc, char** argv) {
{NULL, 0, NULL, 0}};
char* input_file = NULL;
int ticks = 0;
int ticks = 1;
for (;;) {
int c = getopt_long(argc, argv, "t:", cli_options, NULL);

Loading…
Cancel
Save