aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 498fb613..623e0027 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -427,7 +427,8 @@ int main(int argc, char *argv[])
break;
default :
- return 1;
+ ERROR("Unhandled option '%c'\n", c);
+ break;
}