mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-27 12:13:22 +01:00
Changed the erorr message issued when there is an unmatched quote to
point out that the user might have wanted to use the -0 option instead.
This commit is contained in:
@@ -646,7 +646,7 @@ read_line (void)
|
||||
|
||||
case QUOTE:
|
||||
if (c == '\n')
|
||||
error (1, 0, _("unmatched %s quote"),
|
||||
error (1, 0, _("unmatched %s quote; by default quotes are special to xargs unless you use the -0 option"),
|
||||
quotc == '"' ? _("double") : _("single"));
|
||||
if (c == quotc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user