diff options
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r-- | src/check_hkl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c index 8e171904..f82855ab 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -380,6 +380,9 @@ int main(int argc, char *argv[]) } break; + case '?' : + break; + default : ERROR("Unhandled option '%c'\n", c); break; |