diff options
Diffstat (limited to 'src/compile/cli.c')
| -rw-r--r-- | src/compile/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/cli.c b/src/compile/cli.c index ade6caa7..64abe2e7 100644 --- a/src/compile/cli.c +++ b/src/compile/cli.c @@ -13,7 +13,7 @@ static Text_t get_flag_options(type_t *t, Text_t separator) { if (t->tag == BoolType) { return Text("yes|no"); - } else if (t == PATH_TYPE) { + } else if (t->tag == PathType) { return Text("path"); } else if (t->tag == EnumType) { Text_t options = EMPTY_TEXT; |
