summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seq.c b/src/seq.c
index ea901b85f..90e9fc156 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -428,8 +428,8 @@ main (int argc, char **argv)
if (format_str != NULL && equal_width)
{
- error (0, 0, _("\
-format string may not be specified when printing equal width strings"));
+ error (0, 0, _("format string may not be specified"
+ " when printing equal width strings"));
usage (EXIT_FAILURE);
}