From ac1855498fdd44fda339011acfd248d116f37142 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 Oct 2014 10:14:02 +0200 Subject: Tweak an error message --- src/ambigator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ambigator.c') 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); -- cgit v1.2.3