diff options
author | Thomas White <taw@physics.org> | 2010-03-26 18:23:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-26 18:23:32 +0100 |
commit | d79e90a428846d5944633bbe334cafd0ed9fc926 (patch) | |
tree | 30cf88eb5b9cdef834368546a04cf6b2d8174b84 /src/indexamajig.c | |
parent | 6a2ebece241fd5d1a82787b446d8eb7b273ae97e (diff) |
Don't try to render PDBs, part III: tidy up and fix
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index e0871fe7..c99a2b8b 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -208,7 +208,7 @@ int main(int argc, char *argv[]) {"no-match", 0, &config_nomatch, 1}, {"verbose", 0, &config_verbose, 1}, {"alternate", 0, &config_alternate, 1}, - {"intensities", 0, NULL, 'q'}, + {"intensities", 1, NULL, 'q'}, {0, 0, NULL, 0} }; |