diff options
author | Thomas White <taw@physics.org> | 2011-12-07 18:01:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:42 +0100 |
commit | 0f7fc1d4d2e8022a1166e17ccd694f1d1b855d67 (patch) | |
tree | a494e19d60927137b217060bb0c7526a147b4cc4 /src | |
parent | a9eaf918710f419990a3b4f1b627c47f94cac5b1 (diff) |
partialator: Fix --help
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index c8cede82..a0344b4a 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -50,7 +50,7 @@ static void show_help(const char *s) "\n" " -i, --input=<filename> Specify the name of the input 'stream'.\n" " (must be a file, not e.g. stdin)\n" -" -o, --output=<filename> Output filename. Default: facetron.hkl.\n" +" -o, --output=<filename> Output filename. Default: partialator.hkl.\n" " -g. --geometry=<file> Get detector geometry from file.\n" " -b, --beam=<file> Get beam parameters from file, which provides\n" " initial values for parameters, and nominal\n" |