aboutsummaryrefslogtreecommitdiff
path: root/src/ambigator.c
diff options
context:
space:
mode:
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);