diff options
author | Thomas White <taw@physics.org> | 2021-03-11 14:21:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-11 16:10:54 +0100 |
commit | 2c7a5078767d38ffbddf101870cab67f9cf0d33a (patch) | |
tree | 9acab06eac116b5267037c432c3467646f196fdd /src/indexamajig.c | |
parent | c876486bbcb5dec16835259ff682ddb246ca5abf (diff) |
indexamajig: Remove misleading message
Spectrum file is currently not supported at all. Maybe later.
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 8471e9cb..f6ff129c 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -207,7 +207,6 @@ static error_t parse_arg(int key, char *arg, struct argp_state *state) case 209 : ERROR("--spectrum-filename is no longer used.\n"); - ERROR("Specify the radiation spectrum via the geometry file instead.\n"); return 1; case 210 : |