From 9745feca8bc787f3441e961de9b140200242f2f0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 3 Sep 2012 20:20:48 +0200 Subject: get_hkl: Remove -p option --- src/get_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/get_hkl.c') diff --git a/src/get_hkl.c b/src/get_hkl.c index 00de38a5..498fb613 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -385,7 +385,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "ht:o:i:w:y:e:b:p:", + while ((c = getopt_long(argc, argv, "ht:o:i:w:y:e:b:", longopts, NULL)) != -1) { switch (c) { -- cgit v1.2.3