From 0ec021f6e448c7341e1fb0959a9acc3cb8bd6f9a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 1 Jul 2011 15:11:09 +0200 Subject: get_hkl: Accept -p option --- src/get_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get_hkl.c b/src/get_hkl.c index 466a8752..cb2ef3fb 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -306,7 +306,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "ht:o:i:w:y:e:b:", + while ((c = getopt_long(argc, argv, "ht:o:i:w:y:e:b:p:", longopts, NULL)) != -1) { switch (c) { -- cgit v1.2.3