aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-01 15:11:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commit0ec021f6e448c7341e1fb0959a9acc3cb8bd6f9a (patch)
tree3b28e48fc223883dd9c10827955716d239d136ce
parent8872070ae4b39302dece66619843fd7688124425 (diff)
get_hkl: Accept -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 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) {