diff options
author | Thomas White <thomas.white@desy.de> | 2023-03-02 09:24:21 +0100 |
---|---|---|
committer | Thomas White <thomas.white@desy.de> | 2023-03-02 09:24:21 +0100 |
commit | 33c5ed28e0fc3898e6c5f8cdb805ba57e5e7b84f (patch) | |
tree | 28c2283c2c095d421f891e6ee90ecc14d7f6275c /src | |
parent | 5b65539d04c01735175130be4a679b0f8fe0e84b (diff) | |
parent | c3959c6e44f38b8750d66a5b7eec6a35ba69950c (diff) |
Merge branch 'get_hkl-input-fix' into 'master'
get_hkl: fix --input long argument
See merge request thomas.white/crystfel!9
Diffstat (limited to 'src')
-rw-r--r-- | src/get_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 82bf5815..1523474e 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -478,6 +478,7 @@ int main(int argc, char *argv[]) /* Long options */ const struct option longopts[] = { {"help", 0, NULL, 'h'}, + {"input", 1, NULL, 'i'}, {"version", 0, NULL, 5 }, {"template", 1, NULL, 't'}, {"poisson", 0, &config_poisson, 1}, |