summaryrefslogtreecommitdiff
path: root/lib/argmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/argmatch.c')
-rw-r--r--lib/argmatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argmatch.c b/lib/argmatch.c
index af96c8cbe..c86ba71b4 100644
--- a/lib/argmatch.c
+++ b/lib/argmatch.c
@@ -160,8 +160,8 @@ argmatch_invalid (const char *context, const char *value, int problem)
? _("invalid argument %s for %s")
: _("ambiguous argument %s for %s"));
- error (0, 0, format, quotearg_style (ARGMATCH_QUOTING_STYLE, value),
- quote (context));
+ error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value),
+ quote_n (1, context));
}
/* List the valid arguments for argmatch.