aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/indexamajig.14
-rw-r--r--src/indexamajig.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1
index f6b7ba80..715d26c0 100644
--- a/doc/man/indexamajig.1
+++ b/doc/man/indexamajig.1
@@ -159,13 +159,13 @@ detector too close to the interaction region?
.IP "\fB-i\fR \fIfilename\fR"
.IP \fB--input=\fR\fIfilename\fR
.PD
-Read the list of images to process from \fIfilename\fR. The default is \fB--input=-\fR, which means to read from stdin.
+Read the list of images to process from \fIfilename\fR. \fB--input=-\fR means to read from stdin. There is no default.
.PD 0
.IP "\fB-o\fR \fIfilename\fR"
.IP \fB--output=\fR\fIfilename\fR
.PD
-Write the output data stream to \fIfilename\fR. The default is \fB--output=-\fR, which means to write to stdout.
+Write the output data stream to \fIfilename\fR.
.PD 0
.IP \fB--peaks=\fR\fImethod\fR
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 65b86b07..e5b6e19b 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -74,10 +74,8 @@ static void show_help(const char *s)
" -h, --help Display this help message.\n"
" --version Print CrystFEL version number and exit.\n"
"\n"
-" -i, --input=<filename> Specify file containing list of images to process.\n"
-" '-' means stdin, which is the default.\n"
-" -o, --output=<filename> Write output stream to this file. '-' for stdout.\n"
-" Default: indexamajig.stream\n"
+" -i, --input=<filename> Filename of list of images to process.\n"
+" -o, --output=<filename> Output stream filename.\n"
"\n"
" --indexing=<methods> Use 'methods' for indexing. Provide one or more\n"
" methods separated by commas.\n"