summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-12 07:10:22 +0000
committerJim Meyering <jim@meyering.net>2005-08-12 07:10:22 +0000
commite39102faca9dcb3d904ca51a230a68a99a9bd291 (patch)
treed835dfc2b3b567f007b4680de8ebd8595e026a88 /src/pr.c
parentbdb22d1235972c70431096d67cf32df559cb9c36 (diff)
downloadcoreutils-e39102faca9dcb3d904ca51a230a68a99a9bd291.tar.xz
adjust long lines
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pr.c b/src/pr.c
index 2e8aa0248..9a9e54248 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -912,7 +912,8 @@ main (int argc, char **argv)
error (EXIT_FAILURE, 0,
_("`--pages=FIRST_PAGE[:LAST_PAGE]' missing argument"));
else if (! first_last_page (optarg))
- error (EXIT_FAILURE, 0, _("Invalid page range %s"), quote (optarg));
+ error (EXIT_FAILURE, 0, _("Invalid page range %s"),
+ quote (optarg));
break;
}
@@ -1197,7 +1198,7 @@ getoptarg (char *arg, char switch_char, char *character, int *number)
|| tmp_long <= 0 || tmp_long > INT_MAX)
{
error (0, 0,
- _("`-%c' extra characters or invalid number in the argument: %s"),
+ _("`-%c' extra characters or invalid number in the argument: %s"),
switch_char, quote (arg));
usage (EXIT_FAILURE);
}