aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-09-03 20:20:48 +0200
committerThomas White <taw@bitwiz.org.uk>2012-09-03 20:20:48 +0200
commit9745feca8bc787f3441e961de9b140200242f2f0 (patch)
treeb98af1f701f007ce08359abb043511a3572c61f1
parent9d83b0efddb56a5687c47b617c9d63c2f4bddc06 (diff)
get_hkl: Remove -p option
-rw-r--r--src/get_hkl.c2
1 files changed, 1 insertions, 1 deletions
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) {