diff options
author | Thomas White <taw@physics.org> | 2014-10-07 10:14:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-10-07 10:14:02 +0200 |
commit | ac1855498fdd44fda339011acfd248d116f37142 (patch) | |
tree | 32363a4b37124b987a6f0094259819d1cb586a39 /src | |
parent | 6f3d880175855e5b48427bfa8ecdff1718809be4 (diff) |
Tweak an error message
Diffstat (limited to 'src')
-rw-r--r-- | src/ambigator.c | 2 |
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); |