From b5904c985c2ce6c2692fa4d3903cecc5bc4a5739 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Fri, 3 Feb 2023 16:42:01 +0000 Subject: [PATCH] maint: avoid line length syntax check failure * src/cp.c: Adjust source line to be <= 80 chars. --- src/cp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cp.c b/src/cp.c index ede00cd12b..74366f9eec 100644 --- a/src/cp.c +++ b/src/cp.c @@ -225,8 +225,8 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\ \n\ ATTR_LIST is a comma-separated list of attributes. Attributes are 'mode' for\n\ permissions (including any ACL and xattr permissions), 'ownership' for user\n\ -and group, 'timestamps' for file timestamps, 'links' for hard links, 'context'\n\ -for security context, 'xattr' for extended attributes, and 'all' for all\n\ +and group, 'timestamps' for file timestamps, 'links' for hard links, 'context'\ +\nfor security context, 'xattr' for extended attributes, and 'all' for all\n\ attributes.\n\ "), stdout); fputs (_("\ -- 2.47.2