aboutsummaryrefslogtreecommitdiff
path: root/src/render_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-08 17:43:57 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commitf2b07d853ead771199187cb5824bf327da06adc5 (patch)
tree714e353d699ae0c053dd25ae88ba85bbe6ac3103 /src/render_hkl.c
parent9d4ba2898d27adf7e976e866dba7df76cc8e5d2e (diff)
render_hkl: Accept the -o option
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index 4c556c9a..2cfdfb14 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -474,7 +474,7 @@ int main(int argc, char *argv[])
};
/* Short options */
- while ((c = getopt_long(argc, argv, "hj:p:w:c:y:d:r:",
+ while ((c = getopt_long(argc, argv, "hj:p:w:c:y:d:r:o:",
longopts, NULL)) != -1) {
switch (c) {