diff options
Diffstat (limited to 'src/io/cli.h')
| -rw-r--r-- | src/io/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cli.h b/src/io/cli.h index 5f668f8..3facaff 100644 --- a/src/io/cli.h +++ b/src/io/cli.h @@ -18,7 +18,7 @@ extern struct argp_option options[]; enum field_e { FIELD_PRIME, FIELD_BINARY }; enum format_e { FORMAT_JSON, FORMAT_CSV }; -enum points_e { POINTS_RANDOM, POINTS_PRIME }; +enum points_e { POINTS_PRIME, POINTS_RANDOM }; struct points_s { enum points_e type; size_t amount; |
