diff options
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 2 |
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) { |