diff options
Diffstat (limited to 'src/seq.c')
-rw-r--r-- | src/seq.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |