diff options
author | Thomas White <taw@physics.org> | 2014-04-25 17:28:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-25 17:29:33 +0200 |
commit | 961ed21976d3eeede27e5317aec5184709f9a4d8 (patch) | |
tree | feeef40cc41ad77d07a0c55add38ef2b51d976ff /src/hdfsee.c | |
parent | 1009c723b27c118e2333895bbf518ccd33b35f13 (diff) |
Fussiness
Diffstat (limited to 'src/hdfsee.c')
-rw-r--r-- | src/hdfsee.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hdfsee.c b/src/hdfsee.c index 1a461a2b..ea6de2b2 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -3,12 +3,12 @@ * * Quick yet non-crappy HDF viewer * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * Copyright © 2012 Richard Kirian * * Authors: - * 2009-2012 Thomas White <taw@physics.org> + * 2009-2014 Thomas White <taw@physics.org> * 2012 Richard Kirian * 2014 Valerio Mariani * @@ -62,7 +62,7 @@ static void show_help(const char *s) " --filter-noise Apply an aggressive noise filter to the\n" " image data.\n" " --median-filter=<n> Apply a median filter to the image data.\n" -" --calibration-mode Starts in calibration mode\n" +" --calibration-mode Start in calibration mode\n" " --show-rings Overlay rings that indicate resolution.\n" " --simple-rings=XX,YY,... Overlay rings at specified radii XX, YY, ...\n" " in pixel units.\n" |