aboutsummaryrefslogtreecommitdiff
path: root/src/ambigator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-10-07 10:14:02 +0200
committerThomas White <taw@physics.org>2014-10-07 10:14:02 +0200
commitac1855498fdd44fda339011acfd248d116f37142 (patch)
tree32363a4b37124b987a6f0094259819d1cb586a39 /src/ambigator.c
parent6f3d880175855e5b48427bfa8ecdff1718809be4 (diff)
Tweak an error message
Diffstat (limited to 'src/ambigator.c')
-rw-r--r--src/ambigator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ambigator.c b/src/ambigator.c
index 601e2d49..62bcf79d 100644
--- a/src/ambigator.c
+++ b/src/ambigator.c
@@ -1307,7 +1307,7 @@ int main(int argc, char *argv[])
write_reindexed_stream(infile, outfile, assignments, amb);
} else if ( outfile != NULL ) {
ERROR("Can only write stream with known ambiguity operator.\n");
- ERROR("Try again with -w\n");
+ ERROR("Try again with -w or --operator.\n");
}
free(assignments);